Shades of Deep Cerise #CD379A
Tints of Deep Cerise #CD379A
RGB
CMYK
RGB Variations
Color information
#CD379A (or 0xCD379A) is known color: Deep Cerise. HEX triplet: CD, 37 and 9A. RGB value is (205,55,154). Sum of RGB (Red+Green+Blue) = 205+55+154=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD379A is #32C865. Grayscale: #6E6E6E. Windows color (decimal): -3328102 or 10106829. OLE color: 10106829.
HSL color Cylindrical-coordinate representation of color #CD379A: hue angle of 320.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD379A is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 154 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.20 |
| HSL | 320.4º | 0.6% | 0.51% | - |
| HSV(B) | 320.4º | 0.73% | 0.8% | - |
| XYZ | 32.38 | 18.04 | 32.35 | - |
| YUV | 111.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 154 | 0 | 0.73 | 0.25 | 0.20 | 320.4 | 0.6 | 0.51 |
| Hex | CD | 37 | 9A | 0 | 49 | 19 | 14 | 140 | 3C | 33 |
| Octal | 315 | 67 | 232 | 0 | 111 | 31 | 24 | 500 | 74 | 63 |
| Binary | 11001101 | 110111 | 10011010 | 0 | 1001001 | 11001 | 10100 | 101000000 | 111100 | 110011 |
Color Harmonies of #CD379A
Complementary color
Monochromatic Colors of #CD379A
Black with #CD379A
Text Example
Text Example
White with #CD379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD379A; }
p { color: rgb(205,55,154); }
H1.HeaderClassName
{
color: #CD379A;
}
.AnyTagClassName
{
color: #CD379A;
}
</style>
background-color css
<style>
a { background-color: #CD379A; }
a { background-color: rgb(205,55,154); }
div.DivClassName
{
background-color: #CD379A;
}
.BgClassName
{
background-color: #CD379A;
}
</style>
border-color css
<style>
span { border-color: #CD379A; }
span { border-color: rgb(205,55,154); }
td.TdClassName
{
border-color: #CD379A;
}
.TagClassName
{
border-color: #CD379A;
}
</style>