Shades of Deep Cerise #CC349A
Tints of Deep Cerise #CC349A
RGB
CMYK
RGB Variations
Color information
#CC349A (or 0xCC349A) is known color: Deep Cerise. HEX triplet: CC, 34 and 9A. RGB value is (204,52,154). Sum of RGB (Red+Green+Blue) = 204+52+154=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC349A is #33CB65. Grayscale: #6C6C6C. Windows color (decimal): -3394406 or 10106060. OLE color: 10106060.
HSL color Cylindrical-coordinate representation of color #CC349A: hue angle of 319.74º 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 #CC349A is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 154 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.2 |
| HSL | 319.74º | 0.6% | 0.5% | - |
| HSV(B) | 319.74º | 0.75% | 0.8% | - |
| XYZ | 31.96 | 17.63 | 32.29 | - |
| YUV | 109.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 154 | 0 | 0.75 | 0.25 | 0.2 | 319.74 | 0.6 | 0.5 |
| Hex | CC | 34 | 9A | 0 | 4B | 19 | 14 | 140 | 3C | 32 |
| Octal | 314 | 64 | 232 | 0 | 113 | 31 | 24 | 500 | 74 | 62 |
| Binary | 11001100 | 110100 | 10011010 | 0 | 1001011 | 11001 | 10100 | 101000000 | 111100 | 110010 |
Color Harmonies of #CC349A
Complementary color
Monochromatic Colors of #CC349A
Black with #CC349A
Text Example
Text Example
White with #CC349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC349A; }
p { color: rgb(204,52,154); }
H1.HeaderClassName
{
color: #CC349A;
}
.AnyTagClassName
{
color: #CC349A;
}
</style>
background-color css
<style>
a { background-color: #CC349A; }
a { background-color: rgb(204,52,154); }
div.DivClassName
{
background-color: #CC349A;
}
.BgClassName
{
background-color: #CC349A;
}
</style>
border-color css
<style>
span { border-color: #CC349A; }
span { border-color: rgb(204,52,154); }
td.TdClassName
{
border-color: #CC349A;
}
.TagClassName
{
border-color: #CC349A;
}
</style>