Shades of Deep Cerise #CD358C
Tints of Deep Cerise #CD358C
RGB
CMYK
RGB Variations
Color information
#CD358C (or 0xCD358C) is known color: Deep Cerise. HEX triplet: CD, 35 and 8C. RGB value is (205,53,140). Sum of RGB (Red+Green+Blue) = 205+53+140=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD358C is #32CA73. Grayscale: #6C6C6C. Windows color (decimal): -3328628 or 9188813. OLE color: 9188813.
HSL color Cylindrical-coordinate representation of color #CD358C: hue angle of 325.66º 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 #CD358C is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 140 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.20 |
| HSL | 325.66º | 0.6% | 0.51% | - |
| HSV(B) | 325.66º | 0.74% | 0.8% | - |
| XYZ | 31.18 | 17.42 | 26.53 | - |
| YUV | 108.37 | 145.86 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 140 | 0 | 0.74 | 0.32 | 0.20 | 325.66 | 0.6 | 0.51 |
| Hex | CD | 35 | 8C | 0 | 4A | 20 | 14 | 146 | 3C | 33 |
| Octal | 315 | 65 | 214 | 0 | 112 | 40 | 24 | 506 | 74 | 63 |
| Binary | 11001101 | 110101 | 10001100 | 0 | 1001010 | 100000 | 10100 | 101000110 | 111100 | 110011 |
Color Harmonies of #CD358C
Complementary color
Monochromatic Colors of #CD358C
Black with #CD358C
Text Example
Text Example
White with #CD358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD358C; }
p { color: rgb(205,53,140); }
H1.HeaderClassName
{
color: #CD358C;
}
.AnyTagClassName
{
color: #CD358C;
}
</style>
background-color css
<style>
a { background-color: #CD358C; }
a { background-color: rgb(205,53,140); }
div.DivClassName
{
background-color: #CD358C;
}
.BgClassName
{
background-color: #CD358C;
}
</style>
border-color css
<style>
span { border-color: #CD358C; }
span { border-color: rgb(205,53,140); }
td.TdClassName
{
border-color: #CD358C;
}
.TagClassName
{
border-color: #CD358C;
}
</style>