Shades of Deep Cerise #CD347C
Tints of Deep Cerise #CD347C
RGB
CMYK
RGB Variations
Color information
#CD347C (or 0xCD347C) is known color: Deep Cerise. HEX triplet: CD, 34 and 7C. RGB value is (205,52,124). Sum of RGB (Red+Green+Blue) = 205+52+124=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD347C is #32CB83. Grayscale: #696969. Windows color (decimal): -3328900 or 8139981. OLE color: 8139981.
HSL color Cylindrical-coordinate representation of color #CD347C: hue angle of 331.76º 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 #CD347C is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 124 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.20 |
| HSL | 331.76º | 0.6% | 0.5% | - |
| HSV(B) | 331.76º | 0.75% | 0.8% | - |
| XYZ | 30.04 | 16.89 | 20.75 | - |
| YUV | 105.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 124 | 0 | 0.75 | 0.40 | 0.20 | 331.76 | 0.6 | 0.5 |
| Hex | CD | 34 | 7C | 0 | 4B | 28 | 14 | 14C | 3C | 32 |
| Octal | 315 | 64 | 174 | 0 | 113 | 50 | 24 | 514 | 74 | 62 |
| Binary | 11001101 | 110100 | 1111100 | 0 | 1001011 | 101000 | 10100 | 101001100 | 111100 | 110010 |
Color Harmonies of #CD347C
Complementary color
Monochromatic Colors of #CD347C
Black with #CD347C
Text Example
Text Example
White with #CD347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD347C; }
p { color: rgb(205,52,124); }
H1.HeaderClassName
{
color: #CD347C;
}
.AnyTagClassName
{
color: #CD347C;
}
</style>
background-color css
<style>
a { background-color: #CD347C; }
a { background-color: rgb(205,52,124); }
div.DivClassName
{
background-color: #CD347C;
}
.BgClassName
{
background-color: #CD347C;
}
</style>
border-color css
<style>
span { border-color: #CD347C; }
span { border-color: rgb(205,52,124); }
td.TdClassName
{
border-color: #CD347C;
}
.TagClassName
{
border-color: #CD347C;
}
</style>