Shades of Deep Magenta #CD14C5
Tints of Deep Magenta #CD14C5
RGB
CMYK
RGB Variations
Color information
#CD14C5 (or 0xCD14C5) is known color: Deep Magenta. HEX triplet: CD, 14 and C5. RGB value is (205,20,197). Sum of RGB (Red+Green+Blue) = 205+20+197=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD14C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD14C5 is #32EB3A. Grayscale: #5E5E5E. Windows color (decimal): -3337019 or 12915917. OLE color: 12915917.
HSL color Cylindrical-coordinate representation of color #CD14C5: hue angle of 302.59º degrees, saturation: 0.82, 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 #CD14C5 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 197 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.20 |
| HSL | 302.59º | 0.82% | 0.44% | - |
| HSV(B) | 302.59º | 0.9% | 0.8% | - |
| XYZ | 35.51 | 17.51 | 54.33 | - |
| YUV | 95.49 | 185.29 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 197 | 0 | 0.90 | 0.04 | 0.20 | 302.59 | 0.82 | 0.44 |
| Hex | CD | 14 | C5 | 0 | 5A | 4 | 14 | 12F | 52 | 2C |
| Octal | 315 | 24 | 305 | 0 | 132 | 4 | 24 | 457 | 122 | 54 |
| Binary | 11001101 | 10100 | 11000101 | 0 | 1011010 | 100 | 10100 | 100101111 | 1010010 | 101100 |
Color Harmonies of #CD14C5
Complementary color
Monochromatic Colors of #CD14C5
Black with #CD14C5
Text Example
Text Example
White with #CD14C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14C5; }
p { color: rgb(205,20,197); }
H1.HeaderClassName
{
color: #CD14C5;
}
.AnyTagClassName
{
color: #CD14C5;
}
</style>
background-color css
<style>
a { background-color: #CD14C5; }
a { background-color: rgb(205,20,197); }
div.DivClassName
{
background-color: #CD14C5;
}
.BgClassName
{
background-color: #CD14C5;
}
</style>
border-color css
<style>
span { border-color: #CD14C5; }
span { border-color: rgb(205,20,197); }
td.TdClassName
{
border-color: #CD14C5;
}
.TagClassName
{
border-color: #CD14C5;
}
</style>