Shades of Deep Cerise #CD379C
Tints of Deep Cerise #CD379C
RGB
CMYK
RGB Variations
Color information
#CD379C (or 0xCD379C) is known color: Deep Cerise. HEX triplet: CD, 37 and 9C. RGB value is (205,55,156). Sum of RGB (Red+Green+Blue) = 205+55+156=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD379C is #32C863. Grayscale: #6F6F6F. Windows color (decimal): -3328100 or 10237901. OLE color: 10237901.
HSL color Cylindrical-coordinate representation of color #CD379C: hue angle of 319.6º 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 #CD379C is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 156 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.20 |
| HSL | 319.6º | 0.6% | 0.51% | - |
| HSV(B) | 319.6º | 0.73% | 0.8% | - |
| XYZ | 32.54 | 18.11 | 33.23 | - |
| YUV | 111.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 156 | 0 | 0.73 | 0.24 | 0.20 | 319.6 | 0.6 | 0.51 |
| Hex | CD | 37 | 9C | 0 | 49 | 18 | 14 | 140 | 3C | 33 |
| Octal | 315 | 67 | 234 | 0 | 111 | 30 | 24 | 500 | 74 | 63 |
| Binary | 11001101 | 110111 | 10011100 | 0 | 1001001 | 11000 | 10100 | 101000000 | 111100 | 110011 |
Color Harmonies of #CD379C
Complementary color
Monochromatic Colors of #CD379C
Black with #CD379C
Text Example
Text Example
White with #CD379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD379C; }
p { color: rgb(205,55,156); }
H1.HeaderClassName
{
color: #CD379C;
}
.AnyTagClassName
{
color: #CD379C;
}
</style>
background-color css
<style>
a { background-color: #CD379C; }
a { background-color: rgb(205,55,156); }
div.DivClassName
{
background-color: #CD379C;
}
.BgClassName
{
background-color: #CD379C;
}
</style>
border-color css
<style>
span { border-color: #CD379C; }
span { border-color: rgb(205,55,156); }
td.TdClassName
{
border-color: #CD379C;
}
.TagClassName
{
border-color: #CD379C;
}
</style>