Shades of Deep Magenta #CD14C8
Tints of Deep Magenta #CD14C8
RGB
CMYK
RGB Variations
Color information
#CD14C8 (or 0xCD14C8) is known color: Deep Magenta. HEX triplet: CD, 14 and C8. RGB value is (205,20,200). Sum of RGB (Red+Green+Blue) = 205+20+200=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD14C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD14C8 is #32EB37. Grayscale: #5F5F5F. Windows color (decimal): -3337016 or 13112525. OLE color: 13112525.
HSL color Cylindrical-coordinate representation of color #CD14C8: hue angle of 301.62º 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 #CD14C8 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 200 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.20 |
| HSL | 301.62º | 0.82% | 0.44% | - |
| HSV(B) | 301.62º | 0.9% | 0.8% | - |
| XYZ | 35.85 | 17.65 | 56.16 | - |
| YUV | 95.84 | 186.79 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 200 | 0 | 0.90 | 0.02 | 0.20 | 301.62 | 0.82 | 0.44 |
| Hex | CD | 14 | C8 | 0 | 5A | 2 | 14 | 12E | 52 | 2C |
| Octal | 315 | 24 | 310 | 0 | 132 | 2 | 24 | 456 | 122 | 54 |
| Binary | 11001101 | 10100 | 11001000 | 0 | 1011010 | 10 | 10100 | 100101110 | 1010010 | 101100 |
Color Harmonies of #CD14C8
Complementary color
Monochromatic Colors of #CD14C8
Black with #CD14C8
Text Example
Text Example
White with #CD14C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14C8; }
p { color: rgb(205,20,200); }
H1.HeaderClassName
{
color: #CD14C8;
}
.AnyTagClassName
{
color: #CD14C8;
}
</style>
background-color css
<style>
a { background-color: #CD14C8; }
a { background-color: rgb(205,20,200); }
div.DivClassName
{
background-color: #CD14C8;
}
.BgClassName
{
background-color: #CD14C8;
}
</style>
border-color css
<style>
span { border-color: #CD14C8; }
span { border-color: rgb(205,20,200); }
td.TdClassName
{
border-color: #CD14C8;
}
.TagClassName
{
border-color: #CD14C8;
}
</style>