Shades of Deep Cerise #CD329D
Tints of Deep Cerise #CD329D
RGB
CMYK
RGB Variations
Color information
#CD329D (or 0xCD329D) is known color: Deep Cerise. HEX triplet: CD, 32 and 9D. RGB value is (205,50,157). Sum of RGB (Red+Green+Blue) = 205+50+157=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD329D is #32CD62. Grayscale: #6C6C6C. Windows color (decimal): -3329379 or 10302157. OLE color: 10302157.
HSL color Cylindrical-coordinate representation of color #CD329D: hue angle of 318.58º 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 #CD329D is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 157 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.20 |
| HSL | 318.58º | 0.61% | 0.5% | - |
| HSV(B) | 318.58º | 0.76% | 0.8% | - |
| XYZ | 32.4 | 17.69 | 33.61 | - |
| YUV | 108.54 | 155.35 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 157 | 0 | 0.76 | 0.23 | 0.20 | 318.58 | 0.61 | 0.5 |
| Hex | CD | 32 | 9D | 0 | 4C | 17 | 14 | 13F | 3D | 32 |
| Octal | 315 | 62 | 235 | 0 | 114 | 27 | 24 | 477 | 75 | 62 |
| Binary | 11001101 | 110010 | 10011101 | 0 | 1001100 | 10111 | 10100 | 100111111 | 111101 | 110010 |
Color Harmonies of #CD329D
Complementary color
Monochromatic Colors of #CD329D
Black with #CD329D
Text Example
Text Example
White with #CD329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD329D; }
p { color: rgb(205,50,157); }
H1.HeaderClassName
{
color: #CD329D;
}
.AnyTagClassName
{
color: #CD329D;
}
</style>
background-color css
<style>
a { background-color: #CD329D; }
a { background-color: rgb(205,50,157); }
div.DivClassName
{
background-color: #CD329D;
}
.BgClassName
{
background-color: #CD329D;
}
</style>
border-color css
<style>
span { border-color: #CD329D; }
span { border-color: rgb(205,50,157); }
td.TdClassName
{
border-color: #CD329D;
}
.TagClassName
{
border-color: #CD329D;
}
</style>