Shades of Deep Cerise #CC358F
Tints of Deep Cerise #CC358F
RGB
CMYK
RGB Variations
Color information
#CC358F (or 0xCC358F) is known color: Deep Cerise. HEX triplet: CC, 35 and 8F. RGB value is (204,53,143). Sum of RGB (Red+Green+Blue) = 204+53+143=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC358F is #33CA70. Grayscale: #6C6C6C. Windows color (decimal): -3394161 or 9385420. OLE color: 9385420.
HSL color Cylindrical-coordinate representation of color #CC358F: hue angle of 324.24º 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 #CC358F is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 143 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.2 |
| HSL | 324.24º | 0.6% | 0.5% | - |
| HSV(B) | 324.24º | 0.74% | 0.8% | - |
| XYZ | 31.13 | 17.37 | 27.7 | - |
| YUV | 108.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 143 | 0 | 0.74 | 0.30 | 0.2 | 324.24 | 0.6 | 0.5 |
| Hex | CC | 35 | 8F | 0 | 4A | 1E | 14 | 144 | 3C | 32 |
| Octal | 314 | 65 | 217 | 0 | 112 | 36 | 24 | 504 | 74 | 62 |
| Binary | 11001100 | 110101 | 10001111 | 0 | 1001010 | 11110 | 10100 | 101000100 | 111100 | 110010 |
Color Harmonies of #CC358F
Complementary color
Monochromatic Colors of #CC358F
Black with #CC358F
Text Example
Text Example
White with #CC358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC358F; }
p { color: rgb(204,53,143); }
H1.HeaderClassName
{
color: #CC358F;
}
.AnyTagClassName
{
color: #CC358F;
}
</style>
background-color css
<style>
a { background-color: #CC358F; }
a { background-color: rgb(204,53,143); }
div.DivClassName
{
background-color: #CC358F;
}
.BgClassName
{
background-color: #CC358F;
}
</style>
border-color css
<style>
span { border-color: #CC358F; }
span { border-color: rgb(204,53,143); }
td.TdClassName
{
border-color: #CC358F;
}
.TagClassName
{
border-color: #CC358F;
}
</style>