Shades of Deep Cerise #CD3492
Tints of Deep Cerise #CD3492
RGB
CMYK
RGB Variations
Color information
#CD3492 (or 0xCD3492) is known color: Deep Cerise. HEX triplet: CD, 34 and 92. RGB value is (205,52,146). Sum of RGB (Red+Green+Blue) = 205+52+146=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3492 is #32CB6D. Grayscale: #6C6C6C. Windows color (decimal): -3328878 or 9581773. OLE color: 9581773.
HSL color Cylindrical-coordinate representation of color #CD3492: hue angle of 323.14º 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 #CD3492 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 146 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.20 |
| HSL | 323.14º | 0.6% | 0.5% | - |
| HSV(B) | 323.14º | 0.75% | 0.8% | - |
| XYZ | 31.59 | 17.51 | 28.91 | - |
| YUV | 108.46 | 149.19 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 146 | 0 | 0.75 | 0.29 | 0.20 | 323.14 | 0.6 | 0.5 |
| Hex | CD | 34 | 92 | 0 | 4B | 1D | 14 | 143 | 3C | 32 |
| Octal | 315 | 64 | 222 | 0 | 113 | 35 | 24 | 503 | 74 | 62 |
| Binary | 11001101 | 110100 | 10010010 | 0 | 1001011 | 11101 | 10100 | 101000011 | 111100 | 110010 |
Color Harmonies of #CD3492
Complementary color
Monochromatic Colors of #CD3492
Black with #CD3492
Text Example
Text Example
White with #CD3492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3492; }
p { color: rgb(205,52,146); }
H1.HeaderClassName
{
color: #CD3492;
}
.AnyTagClassName
{
color: #CD3492;
}
</style>
background-color css
<style>
a { background-color: #CD3492; }
a { background-color: rgb(205,52,146); }
div.DivClassName
{
background-color: #CD3492;
}
.BgClassName
{
background-color: #CD3492;
}
</style>
border-color css
<style>
span { border-color: #CD3492; }
span { border-color: rgb(205,52,146); }
td.TdClassName
{
border-color: #CD3492;
}
.TagClassName
{
border-color: #CD3492;
}
</style>