Shades of Deep Cerise #CD328D
Tints of Deep Cerise #CD328D
RGB
CMYK
RGB Variations
Color information
#CD328D (or 0xCD328D) is known color: Deep Cerise. HEX triplet: CD, 32 and 8D. RGB value is (205,50,141). Sum of RGB (Red+Green+Blue) = 205+50+141=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD328D is #32CD72. Grayscale: #6A6A6A. Windows color (decimal): -3329395 or 9253581. OLE color: 9253581.
HSL color Cylindrical-coordinate representation of color #CD328D: hue angle of 324.77º 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 #CD328D is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 141 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.20 |
| HSL | 324.77º | 0.61% | 0.5% | - |
| HSV(B) | 324.77º | 0.76% | 0.8% | - |
| XYZ | 31.13 | 17.18 | 26.88 | - |
| YUV | 106.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 141 | 0 | 0.76 | 0.31 | 0.20 | 324.77 | 0.61 | 0.5 |
| Hex | CD | 32 | 8D | 0 | 4C | 1F | 14 | 145 | 3D | 32 |
| Octal | 315 | 62 | 215 | 0 | 114 | 37 | 24 | 505 | 75 | 62 |
| Binary | 11001101 | 110010 | 10001101 | 0 | 1001100 | 11111 | 10100 | 101000101 | 111101 | 110010 |
Color Harmonies of #CD328D
Complementary color
Monochromatic Colors of #CD328D
Black with #CD328D
Text Example
Text Example
White with #CD328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD328D; }
p { color: rgb(205,50,141); }
H1.HeaderClassName
{
color: #CD328D;
}
.AnyTagClassName
{
color: #CD328D;
}
</style>
background-color css
<style>
a { background-color: #CD328D; }
a { background-color: rgb(205,50,141); }
div.DivClassName
{
background-color: #CD328D;
}
.BgClassName
{
background-color: #CD328D;
}
</style>
border-color css
<style>
span { border-color: #CD328D; }
span { border-color: rgb(205,50,141); }
td.TdClassName
{
border-color: #CD328D;
}
.TagClassName
{
border-color: #CD328D;
}
</style>