Shades of Deep Cerise #CD3778
Tints of Deep Cerise #CD3778
RGB
CMYK
RGB Variations
Color information
#CD3778 (or 0xCD3778) is known color: Deep Cerise. HEX triplet: CD, 37 and 78. RGB value is (205,55,120). Sum of RGB (Red+Green+Blue) = 205+55+120=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3778 is #32C887. Grayscale: #6B6B6B. Windows color (decimal): -3328136 or 7878605. OLE color: 7878605.
HSL color Cylindrical-coordinate representation of color #CD3778: hue angle of 334º 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 #CD3778 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 120 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.20 |
| HSL | 334º | 0.6% | 0.51% | - |
| HSV(B) | 334º | 0.73% | 0.8% | - |
| XYZ | 29.93 | 17.07 | 19.49 | - |
| YUV | 107.26 | 135.2 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 120 | 0 | 0.73 | 0.41 | 0.20 | 334 | 0.6 | 0.51 |
| Hex | CD | 37 | 78 | 0 | 49 | 29 | 14 | 14E | 3C | 33 |
| Octal | 315 | 67 | 170 | 0 | 111 | 51 | 24 | 516 | 74 | 63 |
| Binary | 11001101 | 110111 | 1111000 | 0 | 1001001 | 101001 | 10100 | 101001110 | 111100 | 110011 |
Color Harmonies of #CD3778
Complementary color
Monochromatic Colors of #CD3778
Black with #CD3778
Text Example
Text Example
White with #CD3778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3778; }
p { color: rgb(205,55,120); }
H1.HeaderClassName
{
color: #CD3778;
}
.AnyTagClassName
{
color: #CD3778;
}
</style>
background-color css
<style>
a { background-color: #CD3778; }
a { background-color: rgb(205,55,120); }
div.DivClassName
{
background-color: #CD3778;
}
.BgClassName
{
background-color: #CD3778;
}
</style>
border-color css
<style>
span { border-color: #CD3778; }
span { border-color: rgb(205,55,120); }
td.TdClassName
{
border-color: #CD3778;
}
.TagClassName
{
border-color: #CD3778;
}
</style>