Shades of Deep Cerise #CD34A8
Tints of Deep Cerise #CD34A8
RGB
CMYK
RGB Variations
Color information
#CD34A8 (or 0xCD34A8) is known color: Deep Cerise. HEX triplet: CD, 34 and A8. RGB value is (205,52,168). Sum of RGB (Red+Green+Blue) = 205+52+168=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD34A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD34A8 is #32CB57. Grayscale: #6E6E6E. Windows color (decimal): -3328856 or 11023565. OLE color: 11023565.
HSL color Cylindrical-coordinate representation of color #CD34A8: hue angle of 314.51º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD34A8 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 168 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.20 |
| HSL | 314.51º | 0.6% | 0.5% | - |
| HSV(B) | 314.51º | 0.75% | 0.8% | - |
| XYZ | 33.47 | 18.26 | 38.81 | - |
| YUV | 110.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 168 | 0 | 0.75 | 0.18 | 0.20 | 314.51 | 0.6 | 0.5 |
| Hex | CD | 34 | A8 | 0 | 4B | 12 | 14 | 13B | 3C | 32 |
| Octal | 315 | 64 | 250 | 0 | 113 | 22 | 24 | 473 | 74 | 62 |
| Binary | 11001101 | 110100 | 10101000 | 0 | 1001011 | 10010 | 10100 | 100111011 | 111100 | 110010 |
Color Harmonies of #CD34A8
Complementary color
Monochromatic Colors of #CD34A8
Black with #CD34A8
Text Example
Text Example
White with #CD34A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD34A8; }
p { color: rgb(205,52,168); }
H1.HeaderClassName
{
color: #CD34A8;
}
.AnyTagClassName
{
color: #CD34A8;
}
</style>
background-color css
<style>
a { background-color: #CD34A8; }
a { background-color: rgb(205,52,168); }
div.DivClassName
{
background-color: #CD34A8;
}
.BgClassName
{
background-color: #CD34A8;
}
</style>
border-color css
<style>
span { border-color: #CD34A8; }
span { border-color: rgb(205,52,168); }
td.TdClassName
{
border-color: #CD34A8;
}
.TagClassName
{
border-color: #CD34A8;
}
</style>