Shades of Cerise #CB3566
Tints of Cerise #CB3566
RGB
CMYK
RGB Variations
Color information
#CB3566 (or 0xCB3566) is known color: Cerise. HEX triplet: CB, 35 and 66. RGB value is (203,53,102). Sum of RGB (Red+Green+Blue) = 203+53+102=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3566 is #34CA99. Grayscale: #676767. Windows color (decimal): -3459738 or 6698443. OLE color: 6698443.
HSL color Cylindrical-coordinate representation of color #CB3566: hue angle of 340.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3566 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 102 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.20 |
| HSL | 340.4º | 0.59% | 0.5% | - |
| HSV(B) | 340.4º | 0.74% | 0.8% | - |
| XYZ | 28.3 | 16.2 | 14.21 | - |
| YUV | 103.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 102 | 0 | 0.74 | 0.50 | 0.20 | 340.4 | 0.59 | 0.5 |
| Hex | CB | 35 | 66 | 0 | 4A | 32 | 14 | 154 | 3B | 32 |
| Octal | 313 | 65 | 146 | 0 | 112 | 62 | 24 | 524 | 73 | 62 |
| Binary | 11001011 | 110101 | 1100110 | 0 | 1001010 | 110010 | 10100 | 101010100 | 111011 | 110010 |
Color Harmonies of #CB3566
Complementary color
Monochromatic Colors of #CB3566
Black with #CB3566
Text Example
Text Example
White with #CB3566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3566; }
p { color: rgb(203,53,102); }
H1.HeaderClassName
{
color: #CB3566;
}
.AnyTagClassName
{
color: #CB3566;
}
</style>
background-color css
<style>
a { background-color: #CB3566; }
a { background-color: rgb(203,53,102); }
div.DivClassName
{
background-color: #CB3566;
}
.BgClassName
{
background-color: #CB3566;
}
</style>
border-color css
<style>
span { border-color: #CB3566; }
span { border-color: rgb(203,53,102); }
td.TdClassName
{
border-color: #CB3566;
}
.TagClassName
{
border-color: #CB3566;
}
</style>