Shades of Deep Cerise #CB357C
Tints of Deep Cerise #CB357C
RGB
CMYK
RGB Variations
Color information
#CB357C (or 0xCB357C) is known color: Deep Cerise. HEX triplet: CB, 35 and 7C. RGB value is (203,53,124). Sum of RGB (Red+Green+Blue) = 203+53+124=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB357C is #34CA83. Grayscale: #696969. Windows color (decimal): -3459716 or 8140235. OLE color: 8140235.
HSL color Cylindrical-coordinate representation of color #CB357C: hue angle of 331.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB357C is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 124 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.20 |
| HSL | 331.6º | 0.59% | 0.5% | - |
| HSV(B) | 331.6º | 0.74% | 0.8% | - |
| XYZ | 29.54 | 16.7 | 20.73 | - |
| YUV | 105.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 124 | 0 | 0.74 | 0.39 | 0.20 | 331.6 | 0.59 | 0.5 |
| Hex | CB | 35 | 7C | 0 | 4A | 27 | 14 | 14C | 3B | 32 |
| Octal | 313 | 65 | 174 | 0 | 112 | 47 | 24 | 514 | 73 | 62 |
| Binary | 11001011 | 110101 | 1111100 | 0 | 1001010 | 100111 | 10100 | 101001100 | 111011 | 110010 |
Color Harmonies of #CB357C
Complementary color
Monochromatic Colors of #CB357C
Black with #CB357C
Text Example
Text Example
White with #CB357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB357C; }
p { color: rgb(203,53,124); }
H1.HeaderClassName
{
color: #CB357C;
}
.AnyTagClassName
{
color: #CB357C;
}
</style>
background-color css
<style>
a { background-color: #CB357C; }
a { background-color: rgb(203,53,124); }
div.DivClassName
{
background-color: #CB357C;
}
.BgClassName
{
background-color: #CB357C;
}
</style>
border-color css
<style>
span { border-color: #CB357C; }
span { border-color: rgb(203,53,124); }
td.TdClassName
{
border-color: #CB357C;
}
.TagClassName
{
border-color: #CB357C;
}
</style>