Shades of Deep Cerise #CC357B
Tints of Deep Cerise #CC357B
RGB
CMYK
RGB Variations
Color information
#CC357B (or 0xCC357B) is known color: Deep Cerise. HEX triplet: CC, 35 and 7B. RGB value is (204,53,123). Sum of RGB (Red+Green+Blue) = 204+53+123=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC357B is #33CA84. Grayscale: #6A6A6A. Windows color (decimal): -3394181 or 8074700. OLE color: 8074700.
HSL color Cylindrical-coordinate representation of color #CC357B: hue angle of 332.19º degrees, saturation: 0.6, 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 #CC357B is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 123 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.2 |
| HSL | 332.19º | 0.6% | 0.5% | - |
| HSV(B) | 332.19º | 0.74% | 0.8% | - |
| XYZ | 29.75 | 16.81 | 20.42 | - |
| YUV | 106.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 123 | 0 | 0.74 | 0.40 | 0.2 | 332.19 | 0.6 | 0.5 |
| Hex | CC | 35 | 7B | 0 | 4A | 28 | 14 | 14C | 3C | 32 |
| Octal | 314 | 65 | 173 | 0 | 112 | 50 | 24 | 514 | 74 | 62 |
| Binary | 11001100 | 110101 | 1111011 | 0 | 1001010 | 101000 | 10100 | 101001100 | 111100 | 110010 |
Color Harmonies of #CC357B
Complementary color
Monochromatic Colors of #CC357B
Black with #CC357B
Text Example
Text Example
White with #CC357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC357B; }
p { color: rgb(204,53,123); }
H1.HeaderClassName
{
color: #CC357B;
}
.AnyTagClassName
{
color: #CC357B;
}
</style>
background-color css
<style>
a { background-color: #CC357B; }
a { background-color: rgb(204,53,123); }
div.DivClassName
{
background-color: #CC357B;
}
.BgClassName
{
background-color: #CC357B;
}
</style>
border-color css
<style>
span { border-color: #CC357B; }
span { border-color: rgb(204,53,123); }
td.TdClassName
{
border-color: #CC357B;
}
.TagClassName
{
border-color: #CC357B;
}
</style>