Html Css Color HEX #CB087D Medium Violet Red

📋 copy color: '#CB087D'

red 203 ◦ green 8 ◦ blue 125

#CB087D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CB087D

Tints of Medium Violet Red #CB087D

RGB

 RED value IS 203 (79.69% from 255) = 60.42%

 GREEN value IS 8 (3.52% from 255) = 2.38%

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 60.42%
G = 2.38%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB087D (or 0xCB087D) is known color: Medium Violet Red. HEX triplet: CB, 08 and 7D. RGB value is (203,8,125). Sum of RGB (Red+Green+Blue) = 203+8+125=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB087D is #34F782. Grayscale: #4F4F4F. Windows color (decimal): -3471235 or 8194251. OLE color: 8194251.

HSL color Cylindrical-coordinate representation of color #CB087D: hue angle of 324º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB087D is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 8 125 -
CMYK 0 0.96 0.38 0.20
HSL 324º 0.92% 0.41% -
HSV(B) 324º 0.96% 0.8% -
XYZ 28.42 14.35 20.67 -
YUV 79.64 153.6 215.99 -
System Red Green Blue C M Y K H S L
Decimal 203 8 125 0 0.96 0.38 0.20 324 0.92 0.41
Hex CB 8 7D 0 60 26 14 144 5C 29
Octal 313 10 175 0 140 46 24 504 134 51
Binary 11001011 1000 1111101 0 1100000 100110 10100 101000100 1011100 101001

Color Harmonies of #CB087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB087D

Black with #CB087D

Text Example


Text Example

White with #CB087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB087D; }

 p { color: rgb(203,8,125); }

 H1.HeaderClassName
 {
   color: #CB087D;
 }
 .AnyTagClassName
 {
   color: #CB087D;
 }
</style>

background-color css

<style>
 a { background-color: #CB087D; }

 a { background-color: rgb(203,8,125); }

 div.DivClassName
 {
   background-color: #CB087D;
 }
 .BgClassName
 {
   background-color: #CB087D;
 }
</style>

border-color css

<style>
 span { border-color: #CB087D; }

 span { border-color: rgb(203,8,125); }

 td.TdClassName
 {
   border-color: #CB087D;
 }
 .TagClassName
 {
   border-color: #CB087D;
 }
</style>