Shades of Cerise #CB2368
Tints of Cerise #CB2368
RGB
CMYK
RGB Variations
Color information
#CB2368 (or 0xCB2368) is known color: Cerise. HEX triplet: CB, 23 and 68. RGB value is (203,35,104). Sum of RGB (Red+Green+Blue) = 203+35+104=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2368 is #34DC97. Grayscale: #5C5C5C. Windows color (decimal): -3464344 or 6824907. OLE color: 6824907.
HSL color Cylindrical-coordinate representation of color #CB2368: hue angle of 335.36º 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 #CB2368 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 104 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.20 |
| HSL | 335.36º | 0.71% | 0.47% | - |
| HSV(B) | 335.36º | 0.83% | 0.8% | - |
| XYZ | 27.73 | 14.9 | 14.51 | - |
| YUV | 93.1 | 134.16 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 104 | 0 | 0.83 | 0.49 | 0.20 | 335.36 | 0.71 | 0.47 |
| Hex | CB | 23 | 68 | 0 | 53 | 31 | 14 | 14F | 47 | 2F |
| Octal | 313 | 43 | 150 | 0 | 123 | 61 | 24 | 517 | 107 | 57 |
| Binary | 11001011 | 100011 | 1101000 | 0 | 1010011 | 110001 | 10100 | 101001111 | 1000111 | 101111 |
Color Harmonies of #CB2368
Complementary color
Monochromatic Colors of #CB2368
Black with #CB2368
Text Example
Text Example
White with #CB2368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2368; }
p { color: rgb(203,35,104); }
H1.HeaderClassName
{
color: #CB2368;
}
.AnyTagClassName
{
color: #CB2368;
}
</style>
background-color css
<style>
a { background-color: #CB2368; }
a { background-color: rgb(203,35,104); }
div.DivClassName
{
background-color: #CB2368;
}
.BgClassName
{
background-color: #CB2368;
}
</style>
border-color css
<style>
span { border-color: #CB2368; }
span { border-color: rgb(203,35,104); }
td.TdClassName
{
border-color: #CB2368;
}
.TagClassName
{
border-color: #CB2368;
}
</style>