Shades of Deep Cerise #CD379D
Tints of Deep Cerise #CD379D
RGB
CMYK
RGB Variations
Color information
#CD379D (or 0xCD379D) is known color: Deep Cerise. HEX triplet: CD, 37 and 9D. RGB value is (205,55,157). Sum of RGB (Red+Green+Blue) = 205+55+157=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD379D is #32C862. Grayscale: #6F6F6F. Windows color (decimal): -3328099 or 10303437. OLE color: 10303437.
HSL color Cylindrical-coordinate representation of color #CD379D: hue angle of 319.2º 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 #CD379D is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 157 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.20 |
| HSL | 319.2º | 0.6% | 0.51% | - |
| HSV(B) | 319.2º | 0.73% | 0.8% | - |
| XYZ | 32.63 | 18.15 | 33.68 | - |
| YUV | 111.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 157 | 0 | 0.73 | 0.23 | 0.20 | 319.2 | 0.6 | 0.51 |
| Hex | CD | 37 | 9D | 0 | 49 | 17 | 14 | 13F | 3C | 33 |
| Octal | 315 | 67 | 235 | 0 | 111 | 27 | 24 | 477 | 74 | 63 |
| Binary | 11001101 | 110111 | 10011101 | 0 | 1001001 | 10111 | 10100 | 100111111 | 111100 | 110011 |
Color Harmonies of #CD379D
Complementary color
Monochromatic Colors of #CD379D
Black with #CD379D
Text Example
Text Example
White with #CD379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD379D; }
p { color: rgb(205,55,157); }
H1.HeaderClassName
{
color: #CD379D;
}
.AnyTagClassName
{
color: #CD379D;
}
</style>
background-color css
<style>
a { background-color: #CD379D; }
a { background-color: rgb(205,55,157); }
div.DivClassName
{
background-color: #CD379D;
}
.BgClassName
{
background-color: #CD379D;
}
</style>
border-color css
<style>
span { border-color: #CD379D; }
span { border-color: rgb(205,55,157); }
td.TdClassName
{
border-color: #CD379D;
}
.TagClassName
{
border-color: #CD379D;
}
</style>