Shades of Cerise #CB295D
Tints of Cerise #CB295D
RGB
CMYK
RGB Variations
Color information
#CB295D (or 0xCB295D) is known color: Cerise. HEX triplet: CB, 29 and 5D. RGB value is (203,41,93). Sum of RGB (Red+Green+Blue) = 203+41+93=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB295D is #34D6A2. Grayscale: #5F5F5F. Windows color (decimal): -3462819 or 6105547. OLE color: 6105547.
HSL color Cylindrical-coordinate representation of color #CB295D: hue angle of 340.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB295D is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 93 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.20 |
| HSL | 340.74º | 0.66% | 0.48% | - |
| HSV(B) | 340.74º | 0.8% | 0.8% | - |
| XYZ | 27.4 | 15.07 | 11.82 | - |
| YUV | 95.37 | 126.67 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 93 | 0 | 0.80 | 0.54 | 0.20 | 340.74 | 0.66 | 0.48 |
| Hex | CB | 29 | 5D | 0 | 50 | 36 | 14 | 155 | 42 | 30 |
| Octal | 313 | 51 | 135 | 0 | 120 | 66 | 24 | 525 | 102 | 60 |
| Binary | 11001011 | 101001 | 1011101 | 0 | 1010000 | 110110 | 10100 | 101010101 | 1000010 | 110000 |
Color Harmonies of #CB295D
Complementary color
Monochromatic Colors of #CB295D
Black with #CB295D
Text Example
Text Example
White with #CB295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB295D; }
p { color: rgb(203,41,93); }
H1.HeaderClassName
{
color: #CB295D;
}
.AnyTagClassName
{
color: #CB295D;
}
</style>
background-color css
<style>
a { background-color: #CB295D; }
a { background-color: rgb(203,41,93); }
div.DivClassName
{
background-color: #CB295D;
}
.BgClassName
{
background-color: #CB295D;
}
</style>
border-color css
<style>
span { border-color: #CB295D; }
span { border-color: rgb(203,41,93); }
td.TdClassName
{
border-color: #CB295D;
}
.TagClassName
{
border-color: #CB295D;
}
</style>