Shades of Deep Cerise #CD358A
Tints of Deep Cerise #CD358A
RGB
CMYK
RGB Variations
Color information
#CD358A (or 0xCD358A) is known color: Deep Cerise. HEX triplet: CD, 35 and 8A. RGB value is (205,53,138). Sum of RGB (Red+Green+Blue) = 205+53+138=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD358A is #32CA75. Grayscale: #6B6B6B. Windows color (decimal): -3328630 or 9057741. OLE color: 9057741.
HSL color Cylindrical-coordinate representation of color #CD358A: hue angle of 326.45º 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 #CD358A is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 138 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.20 |
| HSL | 326.45º | 0.6% | 0.51% | - |
| HSV(B) | 326.45º | 0.74% | 0.8% | - |
| XYZ | 31.04 | 17.36 | 25.76 | - |
| YUV | 108.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 138 | 0 | 0.74 | 0.33 | 0.20 | 326.45 | 0.6 | 0.51 |
| Hex | CD | 35 | 8A | 0 | 4A | 21 | 14 | 146 | 3C | 33 |
| Octal | 315 | 65 | 212 | 0 | 112 | 41 | 24 | 506 | 74 | 63 |
| Binary | 11001101 | 110101 | 10001010 | 0 | 1001010 | 100001 | 10100 | 101000110 | 111100 | 110011 |
Color Harmonies of #CD358A
Complementary color
Monochromatic Colors of #CD358A
Black with #CD358A
Text Example
Text Example
White with #CD358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD358A; }
p { color: rgb(205,53,138); }
H1.HeaderClassName
{
color: #CD358A;
}
.AnyTagClassName
{
color: #CD358A;
}
</style>
background-color css
<style>
a { background-color: #CD358A; }
a { background-color: rgb(205,53,138); }
div.DivClassName
{
background-color: #CD358A;
}
.BgClassName
{
background-color: #CD358A;
}
</style>
border-color css
<style>
span { border-color: #CD358A; }
span { border-color: rgb(205,53,138); }
td.TdClassName
{
border-color: #CD358A;
}
.TagClassName
{
border-color: #CD358A;
}
</style>