Shades of Deep Magenta #CD15CA
Tints of Deep Magenta #CD15CA
RGB
CMYK
RGB Variations
Color information
#CD15CA (or 0xCD15CA) is known color: Deep Magenta. HEX triplet: CD, 15 and CA. RGB value is (205,21,202). Sum of RGB (Red+Green+Blue) = 205+21+202=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD15CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD15CA is #32EA35. Grayscale: #606060. Windows color (decimal): -3336758 or 13243853. OLE color: 13243853.
HSL color Cylindrical-coordinate representation of color #CD15CA: hue angle of 300.98º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD15CA is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 202 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.20 |
| HSL | 300.98º | 0.81% | 0.44% | - |
| HSV(B) | 300.98º | 0.9% | 0.8% | - |
| XYZ | 36.11 | 17.78 | 57.41 | - |
| YUV | 96.65 | 187.46 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 202 | 0 | 0.90 | 0.01 | 0.20 | 300.98 | 0.81 | 0.44 |
| Hex | CD | 15 | CA | 0 | 5A | 1 | 14 | 12D | 51 | 2C |
| Octal | 315 | 25 | 312 | 0 | 132 | 1 | 24 | 455 | 121 | 54 |
| Binary | 11001101 | 10101 | 11001010 | 0 | 1011010 | 1 | 10100 | 100101101 | 1010001 | 101100 |
Color Harmonies of #CD15CA
Complementary color
Monochromatic Colors of #CD15CA
Black with #CD15CA
Text Example
Text Example
White with #CD15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD15CA; }
p { color: rgb(205,21,202); }
H1.HeaderClassName
{
color: #CD15CA;
}
.AnyTagClassName
{
color: #CD15CA;
}
</style>
background-color css
<style>
a { background-color: #CD15CA; }
a { background-color: rgb(205,21,202); }
div.DivClassName
{
background-color: #CD15CA;
}
.BgClassName
{
background-color: #CD15CA;
}
</style>
border-color css
<style>
span { border-color: #CD15CA; }
span { border-color: rgb(205,21,202); }
td.TdClassName
{
border-color: #CD15CA;
}
.TagClassName
{
border-color: #CD15CA;
}
</style>