Shades of Deep Cerise #CD3776
Tints of Deep Cerise #CD3776
RGB
CMYK
RGB Variations
Color information
#CD3776 (or 0xCD3776) is known color: Deep Cerise. HEX triplet: CD, 37 and 76. RGB value is (205,55,118). Sum of RGB (Red+Green+Blue) = 205+55+118=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3776 is #32C889. Grayscale: #6A6A6A. Windows color (decimal): -3328138 or 7747533. OLE color: 7747533.
HSL color Cylindrical-coordinate representation of color #CD3776: hue angle of 334.8º 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 #CD3776 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 118 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.20 |
| HSL | 334.8º | 0.6% | 0.51% | - |
| HSV(B) | 334.8º | 0.73% | 0.8% | - |
| XYZ | 29.81 | 17.02 | 18.85 | - |
| YUV | 107.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 118 | 0 | 0.73 | 0.42 | 0.20 | 334.8 | 0.6 | 0.51 |
| Hex | CD | 37 | 76 | 0 | 49 | 2A | 14 | 14F | 3C | 33 |
| Octal | 315 | 67 | 166 | 0 | 111 | 52 | 24 | 517 | 74 | 63 |
| Binary | 11001101 | 110111 | 1110110 | 0 | 1001001 | 101010 | 10100 | 101001111 | 111100 | 110011 |
Color Harmonies of #CD3776
Complementary color
Monochromatic Colors of #CD3776
Black with #CD3776
Text Example
Text Example
White with #CD3776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3776; }
p { color: rgb(205,55,118); }
H1.HeaderClassName
{
color: #CD3776;
}
.AnyTagClassName
{
color: #CD3776;
}
</style>
background-color css
<style>
a { background-color: #CD3776; }
a { background-color: rgb(205,55,118); }
div.DivClassName
{
background-color: #CD3776;
}
.BgClassName
{
background-color: #CD3776;
}
</style>
border-color css
<style>
span { border-color: #CD3776; }
span { border-color: rgb(205,55,118); }
td.TdClassName
{
border-color: #CD3776;
}
.TagClassName
{
border-color: #CD3776;
}
</style>