Shades of Deep Cerise #CC349B
Tints of Deep Cerise #CC349B
RGB
CMYK
RGB Variations
Color information
#CC349B (or 0xCC349B) is known color: Deep Cerise. HEX triplet: CC, 34 and 9B. RGB value is (204,52,155). Sum of RGB (Red+Green+Blue) = 204+52+155=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC349B is #33CB64. Grayscale: #6C6C6C. Windows color (decimal): -3394405 or 10171596. OLE color: 10171596.
HSL color Cylindrical-coordinate representation of color #CC349B: hue angle of 319.34º 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 #CC349B is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 155 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.2 |
| HSL | 319.34º | 0.6% | 0.5% | - |
| HSV(B) | 319.34º | 0.75% | 0.8% | - |
| XYZ | 32.05 | 17.66 | 32.73 | - |
| YUV | 109.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 155 | 0 | 0.75 | 0.24 | 0.2 | 319.34 | 0.6 | 0.5 |
| Hex | CC | 34 | 9B | 0 | 4B | 18 | 14 | 13F | 3C | 32 |
| Octal | 314 | 64 | 233 | 0 | 113 | 30 | 24 | 477 | 74 | 62 |
| Binary | 11001100 | 110100 | 10011011 | 0 | 1001011 | 11000 | 10100 | 100111111 | 111100 | 110010 |
Color Harmonies of #CC349B
Complementary color
Monochromatic Colors of #CC349B
Black with #CC349B
Text Example
Text Example
White with #CC349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC349B; }
p { color: rgb(204,52,155); }
H1.HeaderClassName
{
color: #CC349B;
}
.AnyTagClassName
{
color: #CC349B;
}
</style>
background-color css
<style>
a { background-color: #CC349B; }
a { background-color: rgb(204,52,155); }
div.DivClassName
{
background-color: #CC349B;
}
.BgClassName
{
background-color: #CC349B;
}
</style>
border-color css
<style>
span { border-color: #CC349B; }
span { border-color: rgb(204,52,155); }
td.TdClassName
{
border-color: #CC349B;
}
.TagClassName
{
border-color: #CC349B;
}
</style>