Shades of Deep Magenta #CF0ABC
Tints of Deep Magenta #CF0ABC
RGB
CMYK
RGB Variations
Color information
#CF0ABC (or 0xCF0ABC) is known color: Deep Magenta. HEX triplet: CF, 0A and BC. RGB value is (207,10,188). Sum of RGB (Red+Green+Blue) = 207+10+188=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0ABC is #30F543. Grayscale: #585858. Windows color (decimal): -3208516 or 12323535. OLE color: 12323535.
HSL color Cylindrical-coordinate representation of color #CF0ABC: hue angle of 305.79º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0ABC is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 188 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.19 |
| HSL | 305.79º | 0.91% | 0.43% | - |
| HSV(B) | 305.79º | 0.95% | 0.81% | - |
| XYZ | 34.92 | 17.11 | 49.04 | - |
| YUV | 89.2 | 183.77 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 188 | 0 | 0.95 | 0.09 | 0.19 | 305.79 | 0.91 | 0.43 |
| Hex | CF | A | BC | 0 | 5F | 9 | 13 | 132 | 5B | 2B |
| Octal | 317 | 12 | 274 | 0 | 137 | 11 | 23 | 462 | 133 | 53 |
| Binary | 11001111 | 1010 | 10111100 | 0 | 1011111 | 1001 | 10011 | 100110010 | 1011011 | 101011 |
Color Harmonies of #CF0ABC
Complementary color
Monochromatic Colors of #CF0ABC
Black with #CF0ABC
Text Example
Text Example
White with #CF0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0ABC; }
p { color: rgb(207,10,188); }
H1.HeaderClassName
{
color: #CF0ABC;
}
.AnyTagClassName
{
color: #CF0ABC;
}
</style>
background-color css
<style>
a { background-color: #CF0ABC; }
a { background-color: rgb(207,10,188); }
div.DivClassName
{
background-color: #CF0ABC;
}
.BgClassName
{
background-color: #CF0ABC;
}
</style>
border-color css
<style>
span { border-color: #CF0ABC; }
span { border-color: rgb(207,10,188); }
td.TdClassName
{
border-color: #CF0ABC;
}
.TagClassName
{
border-color: #CF0ABC;
}
</style>