Shades of Deep Cerise #CD3785
Tints of Deep Cerise #CD3785
RGB
CMYK
RGB Variations
Color information
#CD3785 (or 0xCD3785) is known color: Deep Cerise. HEX triplet: CD, 37 and 85. RGB value is (205,55,133). Sum of RGB (Red+Green+Blue) = 205+55+133=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3785 is #32C87A. Grayscale: #6C6C6C. Windows color (decimal): -3328123 or 8730573. OLE color: 8730573.
HSL color Cylindrical-coordinate representation of color #CD3785: hue angle of 328.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 #CD3785 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 133 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.20 |
| HSL | 328.8º | 0.6% | 0.51% | - |
| HSV(B) | 328.8º | 0.73% | 0.8% | - |
| XYZ | 30.78 | 17.4 | 23.93 | - |
| YUV | 108.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 133 | 0 | 0.73 | 0.35 | 0.20 | 328.8 | 0.6 | 0.51 |
| Hex | CD | 37 | 85 | 0 | 49 | 23 | 14 | 149 | 3C | 33 |
| Octal | 315 | 67 | 205 | 0 | 111 | 43 | 24 | 511 | 74 | 63 |
| Binary | 11001101 | 110111 | 10000101 | 0 | 1001001 | 100011 | 10100 | 101001001 | 111100 | 110011 |
Color Harmonies of #CD3785
Complementary color
Monochromatic Colors of #CD3785
Black with #CD3785
Text Example
Text Example
White with #CD3785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3785; }
p { color: rgb(205,55,133); }
H1.HeaderClassName
{
color: #CD3785;
}
.AnyTagClassName
{
color: #CD3785;
}
</style>
background-color css
<style>
a { background-color: #CD3785; }
a { background-color: rgb(205,55,133); }
div.DivClassName
{
background-color: #CD3785;
}
.BgClassName
{
background-color: #CD3785;
}
</style>
border-color css
<style>
span { border-color: #CD3785; }
span { border-color: rgb(205,55,133); }
td.TdClassName
{
border-color: #CD3785;
}
.TagClassName
{
border-color: #CD3785;
}
</style>