Shades of Deep Cerise #CD358F
Tints of Deep Cerise #CD358F
RGB
CMYK
RGB Variations
Color information
#CD358F (or 0xCD358F) is known color: Deep Cerise. HEX triplet: CD, 35 and 8F. RGB value is (205,53,143). Sum of RGB (Red+Green+Blue) = 205+53+143=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD358F is #32CA70. Grayscale: #6C6C6C. Windows color (decimal): -3328625 or 9385421. OLE color: 9385421.
HSL color Cylindrical-coordinate representation of color #CD358F: hue angle of 324.47º 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 #CD358F is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 143 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.20 |
| HSL | 324.47º | 0.6% | 0.51% | - |
| HSV(B) | 324.47º | 0.74% | 0.8% | - |
| XYZ | 31.41 | 17.51 | 27.71 | - |
| YUV | 108.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 143 | 0 | 0.74 | 0.30 | 0.20 | 324.47 | 0.6 | 0.51 |
| Hex | CD | 35 | 8F | 0 | 4A | 1E | 14 | 144 | 3C | 33 |
| Octal | 315 | 65 | 217 | 0 | 112 | 36 | 24 | 504 | 74 | 63 |
| Binary | 11001101 | 110101 | 10001111 | 0 | 1001010 | 11110 | 10100 | 101000100 | 111100 | 110011 |
Color Harmonies of #CD358F
Complementary color
Monochromatic Colors of #CD358F
Black with #CD358F
Text Example
Text Example
White with #CD358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD358F; }
p { color: rgb(205,53,143); }
H1.HeaderClassName
{
color: #CD358F;
}
.AnyTagClassName
{
color: #CD358F;
}
</style>
background-color css
<style>
a { background-color: #CD358F; }
a { background-color: rgb(205,53,143); }
div.DivClassName
{
background-color: #CD358F;
}
.BgClassName
{
background-color: #CD358F;
}
</style>
border-color css
<style>
span { border-color: #CD358F; }
span { border-color: rgb(205,53,143); }
td.TdClassName
{
border-color: #CD358F;
}
.TagClassName
{
border-color: #CD358F;
}
</style>