Shades of Deep Cerise #CC358A
Tints of Deep Cerise #CC358A
RGB
CMYK
RGB Variations
Color information
#CC358A (or 0xCC358A) is known color: Deep Cerise. HEX triplet: CC, 35 and 8A. RGB value is (204,53,138). Sum of RGB (Red+Green+Blue) = 204+53+138=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC358A is #33CA75. Grayscale: #6B6B6B. Windows color (decimal): -3394166 or 9057740. OLE color: 9057740.
HSL color Cylindrical-coordinate representation of color #CC358A: hue angle of 326.23º 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 #CC358A is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 138 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.2 |
| HSL | 326.23º | 0.6% | 0.5% | - |
| HSV(B) | 326.23º | 0.74% | 0.8% | - |
| XYZ | 30.76 | 17.22 | 25.75 | - |
| YUV | 107.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 138 | 0 | 0.74 | 0.32 | 0.2 | 326.23 | 0.6 | 0.5 |
| Hex | CC | 35 | 8A | 0 | 4A | 20 | 14 | 146 | 3C | 32 |
| Octal | 314 | 65 | 212 | 0 | 112 | 40 | 24 | 506 | 74 | 62 |
| Binary | 11001100 | 110101 | 10001010 | 0 | 1001010 | 100000 | 10100 | 101000110 | 111100 | 110010 |
Color Harmonies of #CC358A
Complementary color
Monochromatic Colors of #CC358A
Black with #CC358A
Text Example
Text Example
White with #CC358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC358A; }
p { color: rgb(204,53,138); }
H1.HeaderClassName
{
color: #CC358A;
}
.AnyTagClassName
{
color: #CC358A;
}
</style>
background-color css
<style>
a { background-color: #CC358A; }
a { background-color: rgb(204,53,138); }
div.DivClassName
{
background-color: #CC358A;
}
.BgClassName
{
background-color: #CC358A;
}
</style>
border-color css
<style>
span { border-color: #CC358A; }
span { border-color: rgb(204,53,138); }
td.TdClassName
{
border-color: #CC358A;
}
.TagClassName
{
border-color: #CC358A;
}
</style>