Shades of Deep Cerise #CD3994
Tints of Deep Cerise #CD3994
RGB
CMYK
RGB Variations
Color information
#CD3994 (or 0xCD3994) is known color: Deep Cerise. HEX triplet: CD, 39 and 94. RGB value is (205,57,148). Sum of RGB (Red+Green+Blue) = 205+57+148=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3994 is #32C66B. Grayscale: #6F6F6F. Windows color (decimal): -3327596 or 9714125. OLE color: 9714125.
HSL color Cylindrical-coordinate representation of color #CD3994: hue angle of 323.11º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3994 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 57 | 148 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.20 |
| HSL | 323.11º | 0.6% | 0.51% | - |
| HSV(B) | 323.11º | 0.72% | 0.8% | - |
| XYZ | 31.99 | 18.04 | 29.81 | - |
| YUV | 111.63 | 148.53 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 57 | 148 | 0 | 0.72 | 0.28 | 0.20 | 323.11 | 0.6 | 0.51 |
| Hex | CD | 39 | 94 | 0 | 48 | 1C | 14 | 143 | 3C | 33 |
| Octal | 315 | 71 | 224 | 0 | 110 | 34 | 24 | 503 | 74 | 63 |
| Binary | 11001101 | 111001 | 10010100 | 0 | 1001000 | 11100 | 10100 | 101000011 | 111100 | 110011 |
Color Harmonies of #CD3994
Complementary color
Monochromatic Colors of #CD3994
Black with #CD3994
Text Example
Text Example
White with #CD3994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3994; }
p { color: rgb(205,57,148); }
H1.HeaderClassName
{
color: #CD3994;
}
.AnyTagClassName
{
color: #CD3994;
}
</style>
background-color css
<style>
a { background-color: #CD3994; }
a { background-color: rgb(205,57,148); }
div.DivClassName
{
background-color: #CD3994;
}
.BgClassName
{
background-color: #CD3994;
}
</style>
border-color css
<style>
span { border-color: #CD3994; }
span { border-color: rgb(205,57,148); }
td.TdClassName
{
border-color: #CD3994;
}
.TagClassName
{
border-color: #CD3994;
}
</style>