Shades of Cerise #CB2365
Tints of Cerise #CB2365
RGB
CMYK
RGB Variations
Color information
#CB2365 (or 0xCB2365) is known color: Cerise. HEX triplet: CB, 23 and 65. RGB value is (203,35,101). Sum of RGB (Red+Green+Blue) = 203+35+101=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2365 is #34DC9A. Grayscale: #5C5C5C. Windows color (decimal): -3464347 or 6628299. OLE color: 6628299.
HSL color Cylindrical-coordinate representation of color #CB2365: hue angle of 336.43º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2365 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 101 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.20 |
| HSL | 336.43º | 0.71% | 0.47% | - |
| HSV(B) | 336.43º | 0.83% | 0.8% | - |
| XYZ | 27.58 | 14.84 | 13.72 | - |
| YUV | 92.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 101 | 0 | 0.83 | 0.50 | 0.20 | 336.43 | 0.71 | 0.47 |
| Hex | CB | 23 | 65 | 0 | 53 | 32 | 14 | 150 | 47 | 2F |
| Octal | 313 | 43 | 145 | 0 | 123 | 62 | 24 | 520 | 107 | 57 |
| Binary | 11001011 | 100011 | 1100101 | 0 | 1010011 | 110010 | 10100 | 101010000 | 1000111 | 101111 |
Color Harmonies of #CB2365
Complementary color
Monochromatic Colors of #CB2365
Black with #CB2365
Text Example
Text Example
White with #CB2365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2365; }
p { color: rgb(203,35,101); }
H1.HeaderClassName
{
color: #CB2365;
}
.AnyTagClassName
{
color: #CB2365;
}
</style>
background-color css
<style>
a { background-color: #CB2365; }
a { background-color: rgb(203,35,101); }
div.DivClassName
{
background-color: #CB2365;
}
.BgClassName
{
background-color: #CB2365;
}
</style>
border-color css
<style>
span { border-color: #CB2365; }
span { border-color: rgb(203,35,101); }
td.TdClassName
{
border-color: #CB2365;
}
.TagClassName
{
border-color: #CB2365;
}
</style>