Shades of Deep Cerise #CD3685
Tints of Deep Cerise #CD3685
RGB
CMYK
RGB Variations
Color information
#CD3685 (or 0xCD3685) is known color: Deep Cerise. HEX triplet: CD, 36 and 85. RGB value is (205,54,133). Sum of RGB (Red+Green+Blue) = 205+54+133=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3685 is #32C97A. Grayscale: #6B6B6B. Windows color (decimal): -3328379 or 8730317. OLE color: 8730317.
HSL color Cylindrical-coordinate representation of color #CD3685: hue angle of 328.61º 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 #CD3685 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 133 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.20 |
| HSL | 328.61º | 0.6% | 0.51% | - |
| HSV(B) | 328.61º | 0.74% | 0.8% | - |
| XYZ | 30.73 | 17.31 | 23.91 | - |
| YUV | 108.16 | 142.03 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 133 | 0 | 0.74 | 0.35 | 0.20 | 328.61 | 0.6 | 0.51 |
| Hex | CD | 36 | 85 | 0 | 4A | 23 | 14 | 149 | 3C | 33 |
| Octal | 315 | 66 | 205 | 0 | 112 | 43 | 24 | 511 | 74 | 63 |
| Binary | 11001101 | 110110 | 10000101 | 0 | 1001010 | 100011 | 10100 | 101001001 | 111100 | 110011 |
Color Harmonies of #CD3685
Complementary color
Monochromatic Colors of #CD3685
Black with #CD3685
Text Example
Text Example
White with #CD3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3685; }
p { color: rgb(205,54,133); }
H1.HeaderClassName
{
color: #CD3685;
}
.AnyTagClassName
{
color: #CD3685;
}
</style>
background-color css
<style>
a { background-color: #CD3685; }
a { background-color: rgb(205,54,133); }
div.DivClassName
{
background-color: #CD3685;
}
.BgClassName
{
background-color: #CD3685;
}
</style>
border-color css
<style>
span { border-color: #CD3685; }
span { border-color: rgb(205,54,133); }
td.TdClassName
{
border-color: #CD3685;
}
.TagClassName
{
border-color: #CD3685;
}
</style>