Shades of Deep Magenta #CF0ADC
Tints of Deep Magenta #CF0ADC
RGB
CMYK
RGB Variations
Color information
#CF0ADC (or 0xCF0ADC) is known color: Deep Magenta. HEX triplet: CF, 0A and DC. RGB value is (207,10,220). Sum of RGB (Red+Green+Blue) = 207+10+220=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF0ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0ADC is #30F523. Grayscale: #5C5C5C. Windows color (decimal): -3208484 or 14420687. OLE color: 14420687.
HSL color Cylindrical-coordinate representation of color #CF0ADC: hue angle of 296.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0ADC is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 10 | 220 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.14 |
| HSL | 296.29º | 0.91% | 0.45% | - |
| HSV(B) | 296.29º | 0.95% | 0.86% | - |
| XYZ | 38.76 | 18.65 | 69.27 | - |
| YUV | 92.84 | 199.77 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 220 | 0.06 | 0.95 | 0 | 0.14 | 296.29 | 0.91 | 0.45 |
| Hex | CF | A | DC | 6 | 5F | 0 | E | 128 | 5B | 2D |
| Octal | 317 | 12 | 334 | 6 | 137 | 0 | 16 | 450 | 133 | 55 |
| Binary | 11001111 | 1010 | 11011100 | 110 | 1011111 | 0 | 1110 | 100101000 | 1011011 | 101101 |
Color Harmonies of #CF0ADC
Complementary color
Monochromatic Colors of #CF0ADC
Black with #CF0ADC
Text Example
Text Example
White with #CF0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0ADC; }
p { color: rgb(207,10,220); }
H1.HeaderClassName
{
color: #CF0ADC;
}
.AnyTagClassName
{
color: #CF0ADC;
}
</style>
background-color css
<style>
a { background-color: #CF0ADC; }
a { background-color: rgb(207,10,220); }
div.DivClassName
{
background-color: #CF0ADC;
}
.BgClassName
{
background-color: #CF0ADC;
}
</style>
border-color css
<style>
span { border-color: #CF0ADC; }
span { border-color: rgb(207,10,220); }
td.TdClassName
{
border-color: #CF0ADC;
}
.TagClassName
{
border-color: #CF0ADC;
}
</style>