Shades of Deep Cerise #CC3493
Tints of Deep Cerise #CC3493
RGB
CMYK
RGB Variations
Color information
#CC3493 (or 0xCC3493) is known color: Deep Cerise. HEX triplet: CC, 34 and 93. RGB value is (204,52,147). Sum of RGB (Red+Green+Blue) = 204+52+147=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3493 is #33CB6C. Grayscale: #6C6C6C. Windows color (decimal): -3394413 or 9647308. OLE color: 9647308.
HSL color Cylindrical-coordinate representation of color #CC3493: hue angle of 322.5º 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 #CC3493 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 147 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.2 |
| HSL | 322.5º | 0.6% | 0.5% | - |
| HSV(B) | 322.5º | 0.75% | 0.8% | - |
| XYZ | 31.4 | 17.4 | 29.31 | - |
| YUV | 108.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 147 | 0 | 0.75 | 0.28 | 0.2 | 322.5 | 0.6 | 0.5 |
| Hex | CC | 34 | 93 | 0 | 4B | 1C | 14 | 142 | 3C | 32 |
| Octal | 314 | 64 | 223 | 0 | 113 | 34 | 24 | 502 | 74 | 62 |
| Binary | 11001100 | 110100 | 10010011 | 0 | 1001011 | 11100 | 10100 | 101000010 | 111100 | 110010 |
Color Harmonies of #CC3493
Complementary color
Monochromatic Colors of #CC3493
Black with #CC3493
Text Example
Text Example
White with #CC3493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3493; }
p { color: rgb(204,52,147); }
H1.HeaderClassName
{
color: #CC3493;
}
.AnyTagClassName
{
color: #CC3493;
}
</style>
background-color css
<style>
a { background-color: #CC3493; }
a { background-color: rgb(204,52,147); }
div.DivClassName
{
background-color: #CC3493;
}
.BgClassName
{
background-color: #CC3493;
}
</style>
border-color css
<style>
span { border-color: #CC3493; }
span { border-color: rgb(204,52,147); }
td.TdClassName
{
border-color: #CC3493;
}
.TagClassName
{
border-color: #CC3493;
}
</style>