Shades of Deep Cerise #CD2A8A
Tints of Deep Cerise #CD2A8A
RGB
CMYK
RGB Variations
Color information
#CD2A8A (or 0xCD2A8A) is known color: Deep Cerise. HEX triplet: CD, 2A and 8A. RGB value is (205,42,138). Sum of RGB (Red+Green+Blue) = 205+42+138=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2A8A is #32D575. Grayscale: #656565. Windows color (decimal): -3331446 or 9054925. OLE color: 9054925.
HSL color Cylindrical-coordinate representation of color #CD2A8A: hue angle of 324.66º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2A8A is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 42 | 138 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.20 |
| HSL | 324.66º | 0.66% | 0.48% | - |
| HSV(B) | 324.66º | 0.8% | 0.8% | - |
| XYZ | 30.59 | 16.47 | 25.61 | - |
| YUV | 101.68 | 148.5 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 42 | 138 | 0 | 0.80 | 0.33 | 0.20 | 324.66 | 0.66 | 0.48 |
| Hex | CD | 2A | 8A | 0 | 50 | 21 | 14 | 145 | 42 | 30 |
| Octal | 315 | 52 | 212 | 0 | 120 | 41 | 24 | 505 | 102 | 60 |
| Binary | 11001101 | 101010 | 10001010 | 0 | 1010000 | 100001 | 10100 | 101000101 | 1000010 | 110000 |
Color Harmonies of #CD2A8A
Complementary color
Monochromatic Colors of #CD2A8A
Black with #CD2A8A
Text Example
Text Example
White with #CD2A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2A8A; }
p { color: rgb(205,42,138); }
H1.HeaderClassName
{
color: #CD2A8A;
}
.AnyTagClassName
{
color: #CD2A8A;
}
</style>
background-color css
<style>
a { background-color: #CD2A8A; }
a { background-color: rgb(205,42,138); }
div.DivClassName
{
background-color: #CD2A8A;
}
.BgClassName
{
background-color: #CD2A8A;
}
</style>
border-color css
<style>
span { border-color: #CD2A8A; }
span { border-color: rgb(205,42,138); }
td.TdClassName
{
border-color: #CD2A8A;
}
.TagClassName
{
border-color: #CD2A8A;
}
</style>