Shades of Cerise #CB3565
Tints of Cerise #CB3565
RGB
CMYK
RGB Variations
Color information
#CB3565 (or 0xCB3565) is known color: Cerise. HEX triplet: CB, 35 and 65. RGB value is (203,53,101). Sum of RGB (Red+Green+Blue) = 203+53+101=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3565 is #34CA9A. Grayscale: #676767. Windows color (decimal): -3459739 or 6632907. OLE color: 6632907.
HSL color Cylindrical-coordinate representation of color #CB3565: hue angle of 340.8º 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 #CB3565 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 101 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.20 |
| HSL | 340.8º | 0.59% | 0.5% | - |
| HSV(B) | 340.8º | 0.74% | 0.8% | - |
| XYZ | 28.25 | 16.18 | 13.95 | - |
| YUV | 103.32 | 126.7 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 101 | 0 | 0.74 | 0.50 | 0.20 | 340.8 | 0.59 | 0.5 |
| Hex | CB | 35 | 65 | 0 | 4A | 32 | 14 | 155 | 3B | 32 |
| Octal | 313 | 65 | 145 | 0 | 112 | 62 | 24 | 525 | 73 | 62 |
| Binary | 11001011 | 110101 | 1100101 | 0 | 1001010 | 110010 | 10100 | 101010101 | 111011 | 110010 |
Color Harmonies of #CB3565
Complementary color
Monochromatic Colors of #CB3565
Black with #CB3565
Text Example
Text Example
White with #CB3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3565; }
p { color: rgb(203,53,101); }
H1.HeaderClassName
{
color: #CB3565;
}
.AnyTagClassName
{
color: #CB3565;
}
</style>
background-color css
<style>
a { background-color: #CB3565; }
a { background-color: rgb(203,53,101); }
div.DivClassName
{
background-color: #CB3565;
}
.BgClassName
{
background-color: #CB3565;
}
</style>
border-color css
<style>
span { border-color: #CB3565; }
span { border-color: rgb(203,53,101); }
td.TdClassName
{
border-color: #CB3565;
}
.TagClassName
{
border-color: #CB3565;
}
</style>