Shades of Deep Magenta #CD14C4
Tints of Deep Magenta #CD14C4
RGB
CMYK
RGB Variations
Color information
#CD14C4 (or 0xCD14C4) is known color: Deep Magenta. HEX triplet: CD, 14 and C4. RGB value is (205,20,196). Sum of RGB (Red+Green+Blue) = 205+20+196=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD14C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD14C4 is #32EB3B. Grayscale: #5E5E5E. Windows color (decimal): -3337020 or 12850381. OLE color: 12850381.
HSL color Cylindrical-coordinate representation of color #CD14C4: hue angle of 302.92º 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 #CD14C4 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 196 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.20 |
| HSL | 302.92º | 0.82% | 0.44% | - |
| HSV(B) | 302.92º | 0.9% | 0.8% | - |
| XYZ | 35.39 | 17.46 | 53.73 | - |
| YUV | 95.38 | 184.79 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 196 | 0 | 0.90 | 0.04 | 0.20 | 302.92 | 0.82 | 0.44 |
| Hex | CD | 14 | C4 | 0 | 5A | 4 | 14 | 12F | 52 | 2C |
| Octal | 315 | 24 | 304 | 0 | 132 | 4 | 24 | 457 | 122 | 54 |
| Binary | 11001101 | 10100 | 11000100 | 0 | 1011010 | 100 | 10100 | 100101111 | 1010010 | 101100 |
Color Harmonies of #CD14C4
Complementary color
Monochromatic Colors of #CD14C4
Black with #CD14C4
Text Example
Text Example
White with #CD14C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14C4; }
p { color: rgb(205,20,196); }
H1.HeaderClassName
{
color: #CD14C4;
}
.AnyTagClassName
{
color: #CD14C4;
}
</style>
background-color css
<style>
a { background-color: #CD14C4; }
a { background-color: rgb(205,20,196); }
div.DivClassName
{
background-color: #CD14C4;
}
.BgClassName
{
background-color: #CD14C4;
}
</style>
border-color css
<style>
span { border-color: #CD14C4; }
span { border-color: rgb(205,20,196); }
td.TdClassName
{
border-color: #CD14C4;
}
.TagClassName
{
border-color: #CD14C4;
}
</style>