Shades of Deep Cerise #CD3674
Tints of Deep Cerise #CD3674
RGB
CMYK
RGB Variations
Color information
#CD3674 (or 0xCD3674) is known color: Deep Cerise. HEX triplet: CD, 36 and 74. RGB value is (205,54,116). Sum of RGB (Red+Green+Blue) = 205+54+116=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3674 is #32C98B. Grayscale: #6A6A6A. Windows color (decimal): -3328396 or 7616205. OLE color: 7616205.
HSL color Cylindrical-coordinate representation of color #CD3674: hue angle of 335.36º 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 #CD3674 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 116 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.20 |
| HSL | 335.36º | 0.6% | 0.51% | - |
| HSV(B) | 335.36º | 0.74% | 0.8% | - |
| XYZ | 29.65 | 16.88 | 18.22 | - |
| YUV | 106.22 | 133.53 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 116 | 0 | 0.74 | 0.43 | 0.20 | 335.36 | 0.6 | 0.51 |
| Hex | CD | 36 | 74 | 0 | 4A | 2B | 14 | 14F | 3C | 33 |
| Octal | 315 | 66 | 164 | 0 | 112 | 53 | 24 | 517 | 74 | 63 |
| Binary | 11001101 | 110110 | 1110100 | 0 | 1001010 | 101011 | 10100 | 101001111 | 111100 | 110011 |
Color Harmonies of #CD3674
Complementary color
Monochromatic Colors of #CD3674
Black with #CD3674
Text Example
Text Example
White with #CD3674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3674; }
p { color: rgb(205,54,116); }
H1.HeaderClassName
{
color: #CD3674;
}
.AnyTagClassName
{
color: #CD3674;
}
</style>
background-color css
<style>
a { background-color: #CD3674; }
a { background-color: rgb(205,54,116); }
div.DivClassName
{
background-color: #CD3674;
}
.BgClassName
{
background-color: #CD3674;
}
</style>
border-color css
<style>
span { border-color: #CD3674; }
span { border-color: rgb(205,54,116); }
td.TdClassName
{
border-color: #CD3674;
}
.TagClassName
{
border-color: #CD3674;
}
</style>