Shades of Deep Magenta #CD14CC
Tints of Deep Magenta #CD14CC
RGB
CMYK
RGB Variations
Color information
#CD14CC (or 0xCD14CC) is known color: Deep Magenta. HEX triplet: CD, 14 and CC. RGB value is (205,20,204). Sum of RGB (Red+Green+Blue) = 205+20+204=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD14CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD14CC is #32EB33. Grayscale: #5F5F5F. Windows color (decimal): -3337012 or 13374669. OLE color: 13374669.
HSL color Cylindrical-coordinate representation of color #CD14CC: hue angle of 300.32º 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 #CD14CC is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 204 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.20 |
| HSL | 300.32º | 0.82% | 0.44% | - |
| HSV(B) | 300.32º | 0.9% | 0.8% | - |
| XYZ | 36.33 | 17.84 | 58.66 | - |
| YUV | 96.29 | 188.79 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 204 | 0 | 0.90 | 0.00 | 0.20 | 300.32 | 0.82 | 0.44 |
| Hex | CD | 14 | CC | 0 | 5A | 0 | 14 | 12C | 52 | 2C |
| Octal | 315 | 24 | 314 | 0 | 132 | 0 | 24 | 454 | 122 | 54 |
| Binary | 11001101 | 10100 | 11001100 | 0 | 1011010 | 0 | 10100 | 100101100 | 1010010 | 101100 |
Color Harmonies of #CD14CC
Complementary color
Monochromatic Colors of #CD14CC
Black with #CD14CC
Text Example
Text Example
White with #CD14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14CC; }
p { color: rgb(205,20,204); }
H1.HeaderClassName
{
color: #CD14CC;
}
.AnyTagClassName
{
color: #CD14CC;
}
</style>
background-color css
<style>
a { background-color: #CD14CC; }
a { background-color: rgb(205,20,204); }
div.DivClassName
{
background-color: #CD14CC;
}
.BgClassName
{
background-color: #CD14CC;
}
</style>
border-color css
<style>
span { border-color: #CD14CC; }
span { border-color: rgb(205,20,204); }
td.TdClassName
{
border-color: #CD14CC;
}
.TagClassName
{
border-color: #CD14CC;
}
</style>