Html Css Color HEX #CB2476 Medium Violet Red

📋 copy color: '#CB2476'

red 203 ◦ green 36 ◦ blue 118

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

Shades of Medium Violet Red #CB2476

Tints of Medium Violet Red #CB2476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.08%

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 56.86%
G = 10.08%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB2476 (or 0xCB2476) is known color: Medium Violet Red. HEX triplet: CB, 24 and 76. RGB value is (203,36,118). Sum of RGB (Red+Green+Blue) = 203+36+118=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2476 is #34DB89. Grayscale: #5F5F5F. Windows color (decimal): -3464074 or 7742667. OLE color: 7742667.

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

Color convert

RGB 203 36 118 -
CMYK 0 0.82 0.42 0.20
HSL 330.54º 0.7% 0.47% -
HSV(B) 330.54º 0.82% 0.8% -
XYZ 28.53 15.27 18.58 -
YUV 95.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 203 36 118 0 0.82 0.42 0.20 330.54 0.7 0.47
Hex CB 24 76 0 52 2A 14 14B 46 2F
Octal 313 44 166 0 122 52 24 513 106 57
Binary 11001011 100100 1110110 0 1010010 101010 10100 101001011 1000110 101111

Color Harmonies of #CB2476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2476

Black with #CB2476

Text Example


Text Example

White with #CB2476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2476; }

 p { color: rgb(203,36,118); }

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

background-color css

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

 a { background-color: rgb(203,36,118); }

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

border-color css

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

 span { border-color: rgb(203,36,118); }

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