Shades of Deep Cerise #CD3686
Tints of Deep Cerise #CD3686
RGB
CMYK
RGB Variations
Color information
#CD3686 (or 0xCD3686) is known color: Deep Cerise. HEX triplet: CD, 36 and 86. RGB value is (205,54,134). Sum of RGB (Red+Green+Blue) = 205+54+134=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3686 is #32C979. Grayscale: #6C6C6C. Windows color (decimal): -3328378 or 8795853. OLE color: 8795853.
HSL color Cylindrical-coordinate representation of color #CD3686: hue angle of 328.21º 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 #CD3686 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 134 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.20 |
| HSL | 328.21º | 0.6% | 0.51% | - |
| HSV(B) | 328.21º | 0.74% | 0.8% | - |
| XYZ | 30.8 | 17.34 | 24.28 | - |
| YUV | 108.27 | 142.53 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 134 | 0 | 0.74 | 0.35 | 0.20 | 328.21 | 0.6 | 0.51 |
| Hex | CD | 36 | 86 | 0 | 4A | 23 | 14 | 148 | 3C | 33 |
| Octal | 315 | 66 | 206 | 0 | 112 | 43 | 24 | 510 | 74 | 63 |
| Binary | 11001101 | 110110 | 10000110 | 0 | 1001010 | 100011 | 10100 | 101001000 | 111100 | 110011 |
Color Harmonies of #CD3686
Complementary color
Monochromatic Colors of #CD3686
Black with #CD3686
Text Example
Text Example
White with #CD3686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3686; }
p { color: rgb(205,54,134); }
H1.HeaderClassName
{
color: #CD3686;
}
.AnyTagClassName
{
color: #CD3686;
}
</style>
background-color css
<style>
a { background-color: #CD3686; }
a { background-color: rgb(205,54,134); }
div.DivClassName
{
background-color: #CD3686;
}
.BgClassName
{
background-color: #CD3686;
}
</style>
border-color css
<style>
span { border-color: #CD3686; }
span { border-color: rgb(205,54,134); }
td.TdClassName
{
border-color: #CD3686;
}
.TagClassName
{
border-color: #CD3686;
}
</style>