Shades of Cerise #CB256E
Tints of Cerise #CB256E
RGB
CMYK
RGB Variations
Color information
#CB256E (or 0xCB256E) is known color: Cerise. HEX triplet: CB, 25 and 6E. RGB value is (203,37,110). Sum of RGB (Red+Green+Blue) = 203+37+110=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB256E is #34DA91. Grayscale: #5E5E5E. Windows color (decimal): -3463826 or 7218635. OLE color: 7218635.
HSL color Cylindrical-coordinate representation of color #CB256E: hue angle of 333.61º 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 #CB256E is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 110 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.20 |
| HSL | 333.61º | 0.69% | 0.47% | - |
| HSV(B) | 333.61º | 0.82% | 0.8% | - |
| XYZ | 28.1 | 15.15 | 16.19 | - |
| YUV | 94.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 110 | 0 | 0.82 | 0.46 | 0.20 | 333.61 | 0.69 | 0.47 |
| Hex | CB | 25 | 6E | 0 | 52 | 2E | 14 | 14E | 45 | 2F |
| Octal | 313 | 45 | 156 | 0 | 122 | 56 | 24 | 516 | 105 | 57 |
| Binary | 11001011 | 100101 | 1101110 | 0 | 1010010 | 101110 | 10100 | 101001110 | 1000101 | 101111 |
Color Harmonies of #CB256E
Complementary color
Monochromatic Colors of #CB256E
Black with #CB256E
Text Example
Text Example
White with #CB256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB256E; }
p { color: rgb(203,37,110); }
H1.HeaderClassName
{
color: #CB256E;
}
.AnyTagClassName
{
color: #CB256E;
}
</style>
background-color css
<style>
a { background-color: #CB256E; }
a { background-color: rgb(203,37,110); }
div.DivClassName
{
background-color: #CB256E;
}
.BgClassName
{
background-color: #CB256E;
}
</style>
border-color css
<style>
span { border-color: #CB256E; }
span { border-color: rgb(203,37,110); }
td.TdClassName
{
border-color: #CB256E;
}
.TagClassName
{
border-color: #CB256E;
}
</style>