Shades of Cerise #CB255D
Tints of Cerise #CB255D
RGB
CMYK
RGB Variations
Color information
#CB255D (or 0xCB255D) is known color: Cerise. HEX triplet: CB, 25 and 5D. RGB value is (203,37,93). Sum of RGB (Red+Green+Blue) = 203+37+93=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB255D is #34DAA2. Grayscale: #5C5C5C. Windows color (decimal): -3463843 or 6104523. OLE color: 6104523.
HSL color Cylindrical-coordinate representation of color #CB255D: hue angle of 339.76º 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 #CB255D is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 93 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.20 |
| HSL | 339.76º | 0.69% | 0.47% | - |
| HSV(B) | 339.76º | 0.82% | 0.8% | - |
| XYZ | 27.27 | 14.81 | 11.78 | - |
| YUV | 93.02 | 128 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 93 | 0 | 0.82 | 0.54 | 0.20 | 339.76 | 0.69 | 0.47 |
| Hex | CB | 25 | 5D | 0 | 52 | 36 | 14 | 154 | 45 | 2F |
| Octal | 313 | 45 | 135 | 0 | 122 | 66 | 24 | 524 | 105 | 57 |
| Binary | 11001011 | 100101 | 1011101 | 0 | 1010010 | 110110 | 10100 | 101010100 | 1000101 | 101111 |
Color Harmonies of #CB255D
Complementary color
Monochromatic Colors of #CB255D
Black with #CB255D
Text Example
Text Example
White with #CB255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB255D; }
p { color: rgb(203,37,93); }
H1.HeaderClassName
{
color: #CB255D;
}
.AnyTagClassName
{
color: #CB255D;
}
</style>
background-color css
<style>
a { background-color: #CB255D; }
a { background-color: rgb(203,37,93); }
div.DivClassName
{
background-color: #CB255D;
}
.BgClassName
{
background-color: #CB255D;
}
</style>
border-color css
<style>
span { border-color: #CB255D; }
span { border-color: rgb(203,37,93); }
td.TdClassName
{
border-color: #CB255D;
}
.TagClassName
{
border-color: #CB255D;
}
</style>