Shades of Cerise #CB256D
Tints of Cerise #CB256D
RGB
CMYK
RGB Variations
Color information
#CB256D (or 0xCB256D) is known color: Cerise. HEX triplet: CB, 25 and 6D. RGB value is (203,37,109). Sum of RGB (Red+Green+Blue) = 203+37+109=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB256D is #34DA92. Grayscale: #5E5E5E. Windows color (decimal): -3463827 or 7153099. OLE color: 7153099.
HSL color Cylindrical-coordinate representation of color #CB256D: hue angle of 333.98º 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 #CB256D is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 109 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.20 |
| HSL | 333.98º | 0.69% | 0.47% | - |
| HSV(B) | 333.98º | 0.82% | 0.8% | - |
| XYZ | 28.05 | 15.12 | 15.91 | - |
| YUV | 94.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 109 | 0 | 0.82 | 0.46 | 0.20 | 333.98 | 0.69 | 0.47 |
| Hex | CB | 25 | 6D | 0 | 52 | 2E | 14 | 14E | 45 | 2F |
| Octal | 313 | 45 | 155 | 0 | 122 | 56 | 24 | 516 | 105 | 57 |
| Binary | 11001011 | 100101 | 1101101 | 0 | 1010010 | 101110 | 10100 | 101001110 | 1000101 | 101111 |
Color Harmonies of #CB256D
Complementary color
Monochromatic Colors of #CB256D
Black with #CB256D
Text Example
Text Example
White with #CB256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB256D; }
p { color: rgb(203,37,109); }
H1.HeaderClassName
{
color: #CB256D;
}
.AnyTagClassName
{
color: #CB256D;
}
</style>
background-color css
<style>
a { background-color: #CB256D; }
a { background-color: rgb(203,37,109); }
div.DivClassName
{
background-color: #CB256D;
}
.BgClassName
{
background-color: #CB256D;
}
</style>
border-color css
<style>
span { border-color: #CB256D; }
span { border-color: rgb(203,37,109); }
td.TdClassName
{
border-color: #CB256D;
}
.TagClassName
{
border-color: #CB256D;
}
</style>