Shades of Deep Magenta #CD0CC2
Tints of Deep Magenta #CD0CC2
RGB
CMYK
RGB Variations
Color information
#CD0CC2 (or 0xCD0CC2) is known color: Deep Magenta. HEX triplet: CD, 0C and C2. RGB value is (205,12,194). Sum of RGB (Red+Green+Blue) = 205+12+194=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0CC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0CC2 is #32F33D. Grayscale: #595959. Windows color (decimal): -3339070 or 12717261. OLE color: 12717261.
HSL color Cylindrical-coordinate representation of color #CD0CC2: hue angle of 303.42º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0CC2 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 194 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.20 |
| HSL | 303.42º | 0.89% | 0.43% | - |
| HSV(B) | 303.42º | 0.94% | 0.8% | - |
| XYZ | 35.05 | 17.14 | 52.5 | - |
| YUV | 90.46 | 186.44 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 194 | 0 | 0.94 | 0.05 | 0.20 | 303.42 | 0.89 | 0.43 |
| Hex | CD | C | C2 | 0 | 5E | 5 | 14 | 12F | 59 | 2B |
| Octal | 315 | 14 | 302 | 0 | 136 | 5 | 24 | 457 | 131 | 53 |
| Binary | 11001101 | 1100 | 11000010 | 0 | 1011110 | 101 | 10100 | 100101111 | 1011001 | 101011 |
Color Harmonies of #CD0CC2
Complementary color
Monochromatic Colors of #CD0CC2
Black with #CD0CC2
Text Example
Text Example
White with #CD0CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CC2; }
p { color: rgb(205,12,194); }
H1.HeaderClassName
{
color: #CD0CC2;
}
.AnyTagClassName
{
color: #CD0CC2;
}
</style>
background-color css
<style>
a { background-color: #CD0CC2; }
a { background-color: rgb(205,12,194); }
div.DivClassName
{
background-color: #CD0CC2;
}
.BgClassName
{
background-color: #CD0CC2;
}
</style>
border-color css
<style>
span { border-color: #CD0CC2; }
span { border-color: rgb(205,12,194); }
td.TdClassName
{
border-color: #CD0CC2;
}
.TagClassName
{
border-color: #CD0CC2;
}
</style>