Shades of Deep Cerise #CC339A
Tints of Deep Cerise #CC339A
RGB
CMYK
RGB Variations
Color information
#CC339A (or 0xCC339A) is known color: Deep Cerise. HEX triplet: CC, 33 and 9A. RGB value is (204,51,154). Sum of RGB (Red+Green+Blue) = 204+51+154=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC339A is #33CC65. Grayscale: #6C6C6C. Windows color (decimal): -3394662 or 10105804. OLE color: 10105804.
HSL color Cylindrical-coordinate representation of color #CC339A: hue angle of 319.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC339A is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 154 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.2 |
| HSL | 319.61º | 0.6% | 0.5% | - |
| HSV(B) | 319.61º | 0.75% | 0.8% | - |
| XYZ | 31.92 | 17.54 | 32.27 | - |
| YUV | 108.49 | 153.69 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 154 | 0 | 0.75 | 0.25 | 0.2 | 319.61 | 0.6 | 0.5 |
| Hex | CC | 33 | 9A | 0 | 4B | 19 | 14 | 140 | 3C | 32 |
| Octal | 314 | 63 | 232 | 0 | 113 | 31 | 24 | 500 | 74 | 62 |
| Binary | 11001100 | 110011 | 10011010 | 0 | 1001011 | 11001 | 10100 | 101000000 | 111100 | 110010 |
Color Harmonies of #CC339A
Complementary color
Monochromatic Colors of #CC339A
Black with #CC339A
Text Example
Text Example
White with #CC339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC339A; }
p { color: rgb(204,51,154); }
H1.HeaderClassName
{
color: #CC339A;
}
.AnyTagClassName
{
color: #CC339A;
}
</style>
background-color css
<style>
a { background-color: #CC339A; }
a { background-color: rgb(204,51,154); }
div.DivClassName
{
background-color: #CC339A;
}
.BgClassName
{
background-color: #CC339A;
}
</style>
border-color css
<style>
span { border-color: #CC339A; }
span { border-color: rgb(204,51,154); }
td.TdClassName
{
border-color: #CC339A;
}
.TagClassName
{
border-color: #CC339A;
}
</style>