Shades of Cerise #CB3562
Tints of Cerise #CB3562
RGB
CMYK
RGB Variations
Color information
#CB3562 (or 0xCB3562) is known color: Cerise. HEX triplet: CB, 35 and 62. RGB value is (203,53,98). Sum of RGB (Red+Green+Blue) = 203+53+98=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3562 is #34CA9D. Grayscale: #666666. Windows color (decimal): -3459742 or 6436299. OLE color: 6436299.
HSL color Cylindrical-coordinate representation of color #CB3562: hue angle of 342º 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 #CB3562 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 98 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.20 |
| HSL | 342º | 0.59% | 0.5% | - |
| HSV(B) | 342º | 0.74% | 0.8% | - |
| XYZ | 28.11 | 16.12 | 13.19 | - |
| YUV | 102.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 98 | 0 | 0.74 | 0.52 | 0.20 | 342 | 0.59 | 0.5 |
| Hex | CB | 35 | 62 | 0 | 4A | 34 | 14 | 156 | 3B | 32 |
| Octal | 313 | 65 | 142 | 0 | 112 | 64 | 24 | 526 | 73 | 62 |
| Binary | 11001011 | 110101 | 1100010 | 0 | 1001010 | 110100 | 10100 | 101010110 | 111011 | 110010 |
Color Harmonies of #CB3562
Complementary color
Monochromatic Colors of #CB3562
Black with #CB3562
Text Example
Text Example
White with #CB3562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3562; }
p { color: rgb(203,53,98); }
H1.HeaderClassName
{
color: #CB3562;
}
.AnyTagClassName
{
color: #CB3562;
}
</style>
background-color css
<style>
a { background-color: #CB3562; }
a { background-color: rgb(203,53,98); }
div.DivClassName
{
background-color: #CB3562;
}
.BgClassName
{
background-color: #CB3562;
}
</style>
border-color css
<style>
span { border-color: #CB3562; }
span { border-color: rgb(203,53,98); }
td.TdClassName
{
border-color: #CB3562;
}
.TagClassName
{
border-color: #CB3562;
}
</style>