Shades of Deep Cerise #CD328E
Tints of Deep Cerise #CD328E
RGB
CMYK
RGB Variations
Color information
#CD328E (or 0xCD328E) is known color: Deep Cerise. HEX triplet: CD, 32 and 8E. RGB value is (205,50,142). Sum of RGB (Red+Green+Blue) = 205+50+142=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD328E is #32CD71. Grayscale: #6A6A6A. Windows color (decimal): -3329394 or 9319117. OLE color: 9319117.
HSL color Cylindrical-coordinate representation of color #CD328E: hue angle of 324.39º 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 #CD328E is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 142 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.20 |
| HSL | 324.39º | 0.61% | 0.5% | - |
| HSV(B) | 324.39º | 0.76% | 0.8% | - |
| XYZ | 31.2 | 17.21 | 27.27 | - |
| YUV | 106.83 | 147.85 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 142 | 0 | 0.76 | 0.31 | 0.20 | 324.39 | 0.61 | 0.5 |
| Hex | CD | 32 | 8E | 0 | 4C | 1F | 14 | 144 | 3D | 32 |
| Octal | 315 | 62 | 216 | 0 | 114 | 37 | 24 | 504 | 75 | 62 |
| Binary | 11001101 | 110010 | 10001110 | 0 | 1001100 | 11111 | 10100 | 101000100 | 111101 | 110010 |
Color Harmonies of #CD328E
Complementary color
Monochromatic Colors of #CD328E
Black with #CD328E
Text Example
Text Example
White with #CD328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD328E; }
p { color: rgb(205,50,142); }
H1.HeaderClassName
{
color: #CD328E;
}
.AnyTagClassName
{
color: #CD328E;
}
</style>
background-color css
<style>
a { background-color: #CD328E; }
a { background-color: rgb(205,50,142); }
div.DivClassName
{
background-color: #CD328E;
}
.BgClassName
{
background-color: #CD328E;
}
</style>
border-color css
<style>
span { border-color: #CD328E; }
span { border-color: rgb(205,50,142); }
td.TdClassName
{
border-color: #CD328E;
}
.TagClassName
{
border-color: #CD328E;
}
</style>