Shades of Deep Cerise #CB2676
Tints of Deep Cerise #CB2676
RGB
CMYK
RGB Variations
Color information
#CB2676 (or 0xCB2676) is known color: Deep Cerise. HEX triplet: CB, 26 and 76. RGB value is (203,38,118). Sum of RGB (Red+Green+Blue) = 203+38+118=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2676 is #34D989. Grayscale: #606060. Windows color (decimal): -3463562 or 7743179. OLE color: 7743179.
HSL color Cylindrical-coordinate representation of color #CB2676: hue angle of 330.91º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2676 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 118 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.20 |
| HSL | 330.91º | 0.68% | 0.47% | - |
| HSV(B) | 330.91º | 0.81% | 0.8% | - |
| XYZ | 28.59 | 15.39 | 18.6 | - |
| YUV | 96.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 118 | 0 | 0.81 | 0.42 | 0.20 | 330.91 | 0.68 | 0.47 |
| Hex | CB | 26 | 76 | 0 | 51 | 2A | 14 | 14B | 44 | 2F |
| Octal | 313 | 46 | 166 | 0 | 121 | 52 | 24 | 513 | 104 | 57 |
| Binary | 11001011 | 100110 | 1110110 | 0 | 1010001 | 101010 | 10100 | 101001011 | 1000100 | 101111 |
Color Harmonies of #CB2676
Complementary color
Monochromatic Colors of #CB2676
Black with #CB2676
Text Example
Text Example
White with #CB2676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2676; }
p { color: rgb(203,38,118); }
H1.HeaderClassName
{
color: #CB2676;
}
.AnyTagClassName
{
color: #CB2676;
}
</style>
background-color css
<style>
a { background-color: #CB2676; }
a { background-color: rgb(203,38,118); }
div.DivClassName
{
background-color: #CB2676;
}
.BgClassName
{
background-color: #CB2676;
}
</style>
border-color css
<style>
span { border-color: #CB2676; }
span { border-color: rgb(203,38,118); }
td.TdClassName
{
border-color: #CB2676;
}
.TagClassName
{
border-color: #CB2676;
}
</style>