Shades of Deep Cerise #CD357B
Tints of Deep Cerise #CD357B
RGB
CMYK
RGB Variations
Color information
#CD357B (or 0xCD357B) is known color: Deep Cerise. HEX triplet: CD, 35 and 7B. RGB value is (205,53,123). Sum of RGB (Red+Green+Blue) = 205+53+123=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD357B is #32CA84. Grayscale: #6A6A6A. Windows color (decimal): -3328645 or 8074701. OLE color: 8074701.
HSL color Cylindrical-coordinate representation of color #CD357B: hue angle of 332.37º 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 #CD357B is Cyan = 0, Magento = 0.74, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 123 | - |
| CMYK | 0 | 0.74 | 0.4 | 0.20 |
| HSL | 332.37º | 0.6% | 0.51% | - |
| HSV(B) | 332.37º | 0.74% | 0.8% | - |
| XYZ | 30.03 | 16.96 | 20.43 | - |
| YUV | 106.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 123 | 0 | 0.74 | 0.4 | 0.20 | 332.37 | 0.6 | 0.51 |
| Hex | CD | 35 | 7B | 0 | 4A | 28 | 14 | 14C | 3C | 33 |
| Octal | 315 | 65 | 173 | 0 | 112 | 50 | 24 | 514 | 74 | 63 |
| Binary | 11001101 | 110101 | 1111011 | 0 | 1001010 | 101000 | 10100 | 101001100 | 111100 | 110011 |
Color Harmonies of #CD357B
Complementary color
Monochromatic Colors of #CD357B
Black with #CD357B
Text Example
Text Example
White with #CD357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD357B; }
p { color: rgb(205,53,123); }
H1.HeaderClassName
{
color: #CD357B;
}
.AnyTagClassName
{
color: #CD357B;
}
</style>
background-color css
<style>
a { background-color: #CD357B; }
a { background-color: rgb(205,53,123); }
div.DivClassName
{
background-color: #CD357B;
}
.BgClassName
{
background-color: #CD357B;
}
</style>
border-color css
<style>
span { border-color: #CD357B; }
span { border-color: rgb(205,53,123); }
td.TdClassName
{
border-color: #CD357B;
}
.TagClassName
{
border-color: #CD357B;
}
</style>