Shades of Deep Cerise #CC348E
Tints of Deep Cerise #CC348E
RGB
CMYK
RGB Variations
Color information
#CC348E (or 0xCC348E) is known color: Deep Cerise. HEX triplet: CC, 34 and 8E. RGB value is (204,52,142). Sum of RGB (Red+Green+Blue) = 204+52+142=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC348E is #33CB71. Grayscale: #6B6B6B. Windows color (decimal): -3394418 or 9319628. OLE color: 9319628.
HSL color Cylindrical-coordinate representation of color #CC348E: hue angle of 324.47º 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 #CC348E is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 142 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.2 |
| HSL | 324.47º | 0.6% | 0.5% | - |
| HSV(B) | 324.47º | 0.75% | 0.8% | - |
| XYZ | 31.01 | 17.25 | 27.29 | - |
| YUV | 107.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 142 | 0 | 0.75 | 0.30 | 0.2 | 324.47 | 0.6 | 0.5 |
| Hex | CC | 34 | 8E | 0 | 4B | 1E | 14 | 144 | 3C | 32 |
| Octal | 314 | 64 | 216 | 0 | 113 | 36 | 24 | 504 | 74 | 62 |
| Binary | 11001100 | 110100 | 10001110 | 0 | 1001011 | 11110 | 10100 | 101000100 | 111100 | 110010 |
Color Harmonies of #CC348E
Complementary color
Monochromatic Colors of #CC348E
Black with #CC348E
Text Example
Text Example
White with #CC348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC348E; }
p { color: rgb(204,52,142); }
H1.HeaderClassName
{
color: #CC348E;
}
.AnyTagClassName
{
color: #CC348E;
}
</style>
background-color css
<style>
a { background-color: #CC348E; }
a { background-color: rgb(204,52,142); }
div.DivClassName
{
background-color: #CC348E;
}
.BgClassName
{
background-color: #CC348E;
}
</style>
border-color css
<style>
span { border-color: #CC348E; }
span { border-color: rgb(204,52,142); }
td.TdClassName
{
border-color: #CC348E;
}
.TagClassName
{
border-color: #CC348E;
}
</style>