Shades of Deep Cerise #CC358C
Tints of Deep Cerise #CC358C
RGB
CMYK
RGB Variations
Color information
#CC358C (or 0xCC358C) is known color: Deep Cerise. HEX triplet: CC, 35 and 8C. RGB value is (204,53,140). Sum of RGB (Red+Green+Blue) = 204+53+140=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC358C is #33CA73. Grayscale: #6B6B6B. Windows color (decimal): -3394164 or 9188812. OLE color: 9188812.
HSL color Cylindrical-coordinate representation of color #CC358C: hue angle of 325.43º 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 #CC358C is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 140 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.2 |
| HSL | 325.43º | 0.6% | 0.5% | - |
| HSV(B) | 325.43º | 0.74% | 0.8% | - |
| XYZ | 30.91 | 17.28 | 26.52 | - |
| YUV | 108.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 140 | 0 | 0.74 | 0.31 | 0.2 | 325.43 | 0.6 | 0.5 |
| Hex | CC | 35 | 8C | 0 | 4A | 1F | 14 | 145 | 3C | 32 |
| Octal | 314 | 65 | 214 | 0 | 112 | 37 | 24 | 505 | 74 | 62 |
| Binary | 11001100 | 110101 | 10001100 | 0 | 1001010 | 11111 | 10100 | 101000101 | 111100 | 110010 |
Color Harmonies of #CC358C
Complementary color
Monochromatic Colors of #CC358C
Black with #CC358C
Text Example
Text Example
White with #CC358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC358C; }
p { color: rgb(204,53,140); }
H1.HeaderClassName
{
color: #CC358C;
}
.AnyTagClassName
{
color: #CC358C;
}
</style>
background-color css
<style>
a { background-color: #CC358C; }
a { background-color: rgb(204,53,140); }
div.DivClassName
{
background-color: #CC358C;
}
.BgClassName
{
background-color: #CC358C;
}
</style>
border-color css
<style>
span { border-color: #CC358C; }
span { border-color: rgb(204,53,140); }
td.TdClassName
{
border-color: #CC358C;
}
.TagClassName
{
border-color: #CC358C;
}
</style>