Html Css Color HEX #CB0D77 Medium Violet Red

📋 copy color: '#CB0D77'

red 203 ◦ green 13 ◦ blue 119

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

Shades of Medium Violet Red #CB0D77

Tints of Medium Violet Red #CB0D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 60.6%
G = 3.88%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB0D77 (or 0xCB0D77) is known color: Medium Violet Red. HEX triplet: CB, 0D and 77. RGB value is (203,13,119). Sum of RGB (Red+Green+Blue) = 203+13+119=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0D77 is #34F288. Grayscale: #515151. Windows color (decimal): -3469961 or 7802315. OLE color: 7802315.

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

Color convert

RGB 203 13 119 -
CMYK 0 0.94 0.41 0.20
HSL 326.53º 0.88% 0.42% -
HSV(B) 326.53º 0.94% 0.8% -
XYZ 28.1 14.32 18.73 -
YUV 81.89 148.95 214.38 -
System Red Green Blue C M Y K H S L
Decimal 203 13 119 0 0.94 0.41 0.20 326.53 0.88 0.42
Hex CB D 77 0 5E 29 14 147 58 2A
Octal 313 15 167 0 136 51 24 507 130 52
Binary 11001011 1101 1110111 0 1011110 101001 10100 101000111 1011000 101010

Color Harmonies of #CB0D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0D77

Black with #CB0D77

Text Example


Text Example

White with #CB0D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0D77; }

 p { color: rgb(203,13,119); }

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

background-color css

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

 a { background-color: rgb(203,13,119); }

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

border-color css

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

 span { border-color: rgb(203,13,119); }

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