Shades of Deep Cerise #CD329C
Tints of Deep Cerise #CD329C
RGB
CMYK
RGB Variations
Color information
#CD329C (or 0xCD329C) is known color: Deep Cerise. HEX triplet: CD, 32 and 9C. RGB value is (205,50,156). Sum of RGB (Red+Green+Blue) = 205+50+156=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD329C is #32CD63. Grayscale: #6C6C6C. Windows color (decimal): -3329380 or 10236621. OLE color: 10236621.
HSL color Cylindrical-coordinate representation of color #CD329C: hue angle of 318.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD329C is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 156 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.20 |
| HSL | 318.97º | 0.61% | 0.5% | - |
| HSV(B) | 318.97º | 0.76% | 0.8% | - |
| XYZ | 32.32 | 17.66 | 33.16 | - |
| YUV | 108.43 | 154.85 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 156 | 0 | 0.76 | 0.24 | 0.20 | 318.97 | 0.61 | 0.5 |
| Hex | CD | 32 | 9C | 0 | 4C | 18 | 14 | 13F | 3D | 32 |
| Octal | 315 | 62 | 234 | 0 | 114 | 30 | 24 | 477 | 75 | 62 |
| Binary | 11001101 | 110010 | 10011100 | 0 | 1001100 | 11000 | 10100 | 100111111 | 111101 | 110010 |
Color Harmonies of #CD329C
Complementary color
Monochromatic Colors of #CD329C
Black with #CD329C
Text Example
Text Example
White with #CD329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD329C; }
p { color: rgb(205,50,156); }
H1.HeaderClassName
{
color: #CD329C;
}
.AnyTagClassName
{
color: #CD329C;
}
</style>
background-color css
<style>
a { background-color: #CD329C; }
a { background-color: rgb(205,50,156); }
div.DivClassName
{
background-color: #CD329C;
}
.BgClassName
{
background-color: #CD329C;
}
</style>
border-color css
<style>
span { border-color: #CD329C; }
span { border-color: rgb(205,50,156); }
td.TdClassName
{
border-color: #CD329C;
}
.TagClassName
{
border-color: #CD329C;
}
</style>