Shades of Cerise #CB2560
Tints of Cerise #CB2560
RGB
CMYK
RGB Variations
Color information
#CB2560 (or 0xCB2560) is known color: Cerise. HEX triplet: CB, 25 and 60. RGB value is (203,37,96). Sum of RGB (Red+Green+Blue) = 203+37+96=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2560 is #34DA9F. Grayscale: #5D5D5D. Windows color (decimal): -3463840 or 6301131. OLE color: 6301131.
HSL color Cylindrical-coordinate representation of color #CB2560: hue angle of 338.67º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2560 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 96 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.20 |
| HSL | 338.67º | 0.69% | 0.47% | - |
| HSV(B) | 338.67º | 0.82% | 0.8% | - |
| XYZ | 27.4 | 14.86 | 12.49 | - |
| YUV | 93.36 | 129.5 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 96 | 0 | 0.82 | 0.53 | 0.20 | 338.67 | 0.69 | 0.47 |
| Hex | CB | 25 | 60 | 0 | 52 | 35 | 14 | 153 | 45 | 2F |
| Octal | 313 | 45 | 140 | 0 | 122 | 65 | 24 | 523 | 105 | 57 |
| Binary | 11001011 | 100101 | 1100000 | 0 | 1010010 | 110101 | 10100 | 101010011 | 1000101 | 101111 |
Color Harmonies of #CB2560
Complementary color
Monochromatic Colors of #CB2560
Black with #CB2560
Text Example
Text Example
White with #CB2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2560; }
p { color: rgb(203,37,96); }
H1.HeaderClassName
{
color: #CB2560;
}
.AnyTagClassName
{
color: #CB2560;
}
</style>
background-color css
<style>
a { background-color: #CB2560; }
a { background-color: rgb(203,37,96); }
div.DivClassName
{
background-color: #CB2560;
}
.BgClassName
{
background-color: #CB2560;
}
</style>
border-color css
<style>
span { border-color: #CB2560; }
span { border-color: rgb(203,37,96); }
td.TdClassName
{
border-color: #CB2560;
}
.TagClassName
{
border-color: #CB2560;
}
</style>