Shades of Deep Cerise #CB2A76
Tints of Deep Cerise #CB2A76
RGB
CMYK
RGB Variations
Color information
#CB2A76 (or 0xCB2A76) is known color: Deep Cerise. HEX triplet: CB, 2A and 76. RGB value is (203,42,118). Sum of RGB (Red+Green+Blue) = 203+42+118=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2A76 is #34D589. Grayscale: #626262. Windows color (decimal): -3462538 or 7744203. OLE color: 7744203.
HSL color Cylindrical-coordinate representation of color #CB2A76: hue angle of 331.68º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2A76 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 42 | 118 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.20 |
| HSL | 331.68º | 0.66% | 0.48% | - |
| HSV(B) | 331.68º | 0.79% | 0.8% | - |
| XYZ | 28.73 | 15.66 | 18.65 | - |
| YUV | 98.8 | 138.84 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 118 | 0 | 0.79 | 0.42 | 0.20 | 331.68 | 0.66 | 0.48 |
| Hex | CB | 2A | 76 | 0 | 4F | 2A | 14 | 14C | 42 | 30 |
| Octal | 313 | 52 | 166 | 0 | 117 | 52 | 24 | 514 | 102 | 60 |
| Binary | 11001011 | 101010 | 1110110 | 0 | 1001111 | 101010 | 10100 | 101001100 | 1000010 | 110000 |
Color Harmonies of #CB2A76
Complementary color
Monochromatic Colors of #CB2A76
Black with #CB2A76
Text Example
Text Example
White with #CB2A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2A76; }
p { color: rgb(203,42,118); }
H1.HeaderClassName
{
color: #CB2A76;
}
.AnyTagClassName
{
color: #CB2A76;
}
</style>
background-color css
<style>
a { background-color: #CB2A76; }
a { background-color: rgb(203,42,118); }
div.DivClassName
{
background-color: #CB2A76;
}
.BgClassName
{
background-color: #CB2A76;
}
</style>
border-color css
<style>
span { border-color: #CB2A76; }
span { border-color: rgb(203,42,118); }
td.TdClassName
{
border-color: #CB2A76;
}
.TagClassName
{
border-color: #CB2A76;
}
</style>