Shades of Cerise #CB295C
Tints of Cerise #CB295C
RGB
CMYK
RGB Variations
Color information
#CB295C (or 0xCB295C) is known color: Cerise. HEX triplet: CB, 29 and 5C. RGB value is (203,41,92). Sum of RGB (Red+Green+Blue) = 203+41+92=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB295C is #34D6A3. Grayscale: #5F5F5F. Windows color (decimal): -3462820 or 6040011. OLE color: 6040011.
HSL color Cylindrical-coordinate representation of color #CB295C: hue angle of 341.11º 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 #CB295C is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 92 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.20 |
| HSL | 341.11º | 0.66% | 0.48% | - |
| HSV(B) | 341.11º | 0.8% | 0.8% | - |
| XYZ | 27.35 | 15.06 | 11.59 | - |
| YUV | 95.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 92 | 0 | 0.80 | 0.55 | 0.20 | 341.11 | 0.66 | 0.48 |
| Hex | CB | 29 | 5C | 0 | 50 | 37 | 14 | 155 | 42 | 30 |
| Octal | 313 | 51 | 134 | 0 | 120 | 67 | 24 | 525 | 102 | 60 |
| Binary | 11001011 | 101001 | 1011100 | 0 | 1010000 | 110111 | 10100 | 101010101 | 1000010 | 110000 |
Color Harmonies of #CB295C
Complementary color
Monochromatic Colors of #CB295C
Black with #CB295C
Text Example
Text Example
White with #CB295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB295C; }
p { color: rgb(203,41,92); }
H1.HeaderClassName
{
color: #CB295C;
}
.AnyTagClassName
{
color: #CB295C;
}
</style>
background-color css
<style>
a { background-color: #CB295C; }
a { background-color: rgb(203,41,92); }
div.DivClassName
{
background-color: #CB295C;
}
.BgClassName
{
background-color: #CB295C;
}
</style>
border-color css
<style>
span { border-color: #CB295C; }
span { border-color: rgb(203,41,92); }
td.TdClassName
{
border-color: #CB295C;
}
.TagClassName
{
border-color: #CB295C;
}
</style>