Shades of Deep Cerise #CD3677
Tints of Deep Cerise #CD3677
RGB
CMYK
RGB Variations
Color information
#CD3677 (or 0xCD3677) is known color: Deep Cerise. HEX triplet: CD, 36 and 77. RGB value is (205,54,119). Sum of RGB (Red+Green+Blue) = 205+54+119=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3677 is #32C988. Grayscale: #6A6A6A. Windows color (decimal): -3328393 or 7812813. OLE color: 7812813.
HSL color Cylindrical-coordinate representation of color #CD3677: hue angle of 334.17º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3677 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 119 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.20 |
| HSL | 334.17º | 0.6% | 0.51% | - |
| HSV(B) | 334.17º | 0.74% | 0.8% | - |
| XYZ | 29.83 | 16.95 | 19.15 | - |
| YUV | 106.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 119 | 0 | 0.74 | 0.42 | 0.20 | 334.17 | 0.6 | 0.51 |
| Hex | CD | 36 | 77 | 0 | 4A | 2A | 14 | 14E | 3C | 33 |
| Octal | 315 | 66 | 167 | 0 | 112 | 52 | 24 | 516 | 74 | 63 |
| Binary | 11001101 | 110110 | 1110111 | 0 | 1001010 | 101010 | 10100 | 101001110 | 111100 | 110011 |
Color Harmonies of #CD3677
Complementary color
Monochromatic Colors of #CD3677
Black with #CD3677
Text Example
Text Example
White with #CD3677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3677; }
p { color: rgb(205,54,119); }
H1.HeaderClassName
{
color: #CD3677;
}
.AnyTagClassName
{
color: #CD3677;
}
</style>
background-color css
<style>
a { background-color: #CD3677; }
a { background-color: rgb(205,54,119); }
div.DivClassName
{
background-color: #CD3677;
}
.BgClassName
{
background-color: #CD3677;
}
</style>
border-color css
<style>
span { border-color: #CD3677; }
span { border-color: rgb(205,54,119); }
td.TdClassName
{
border-color: #CD3677;
}
.TagClassName
{
border-color: #CD3677;
}
</style>