Shades of Deep Cerise #CC3390
Tints of Deep Cerise #CC3390
RGB
CMYK
RGB Variations
Color information
#CC3390 (or 0xCC3390) is known color: Deep Cerise. HEX triplet: CC, 33 and 90. RGB value is (204,51,144). Sum of RGB (Red+Green+Blue) = 204+51+144=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3390 is #33CC6F. Grayscale: #6B6B6B. Windows color (decimal): -3394672 or 9450444. OLE color: 9450444.
HSL color Cylindrical-coordinate representation of color #CC3390: hue angle of 323.53º 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 #CC3390 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 144 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.2 |
| HSL | 323.53º | 0.6% | 0.5% | - |
| HSV(B) | 323.53º | 0.75% | 0.8% | - |
| XYZ | 31.12 | 17.22 | 28.07 | - |
| YUV | 107.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 144 | 0 | 0.75 | 0.29 | 0.2 | 323.53 | 0.6 | 0.5 |
| Hex | CC | 33 | 90 | 0 | 4B | 1D | 14 | 144 | 3C | 32 |
| Octal | 314 | 63 | 220 | 0 | 113 | 35 | 24 | 504 | 74 | 62 |
| Binary | 11001100 | 110011 | 10010000 | 0 | 1001011 | 11101 | 10100 | 101000100 | 111100 | 110010 |
Color Harmonies of #CC3390
Complementary color
Monochromatic Colors of #CC3390
Black with #CC3390
Text Example
Text Example
White with #CC3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3390; }
p { color: rgb(204,51,144); }
H1.HeaderClassName
{
color: #CC3390;
}
.AnyTagClassName
{
color: #CC3390;
}
</style>
background-color css
<style>
a { background-color: #CC3390; }
a { background-color: rgb(204,51,144); }
div.DivClassName
{
background-color: #CC3390;
}
.BgClassName
{
background-color: #CC3390;
}
</style>
border-color css
<style>
span { border-color: #CC3390; }
span { border-color: rgb(204,51,144); }
td.TdClassName
{
border-color: #CC3390;
}
.TagClassName
{
border-color: #CC3390;
}
</style>