Shades of Deep Magenta #CF0AC5
Tints of Deep Magenta #CF0AC5
RGB
CMYK
RGB Variations
Color information
#CF0AC5 (or 0xCF0AC5) is known color: Deep Magenta. HEX triplet: CF, 0A and C5. RGB value is (207,10,197). Sum of RGB (Red+Green+Blue) = 207+10+197=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 197 (77.34% from 255 or 47.58% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0AC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0AC5 is #30F53A. Grayscale: #595959. Windows color (decimal): -3208507 or 12913359. OLE color: 12913359.
HSL color Cylindrical-coordinate representation of color #CF0AC5: hue angle of 303.05º 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 #CF0AC5 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 197 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.19 |
| HSL | 303.05º | 0.91% | 0.43% | - |
| HSV(B) | 303.05º | 0.95% | 0.81% | - |
| XYZ | 35.92 | 17.51 | 54.31 | - |
| YUV | 90.22 | 188.27 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 197 | 0 | 0.95 | 0.05 | 0.19 | 303.05 | 0.91 | 0.43 |
| Hex | CF | A | C5 | 0 | 5F | 5 | 13 | 12F | 5B | 2B |
| Octal | 317 | 12 | 305 | 0 | 137 | 5 | 23 | 457 | 133 | 53 |
| Binary | 11001111 | 1010 | 11000101 | 0 | 1011111 | 101 | 10011 | 100101111 | 1011011 | 101011 |
Color Harmonies of #CF0AC5
Complementary color
Monochromatic Colors of #CF0AC5
Black with #CF0AC5
Text Example
Text Example
White with #CF0AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0AC5; }
p { color: rgb(207,10,197); }
H1.HeaderClassName
{
color: #CF0AC5;
}
.AnyTagClassName
{
color: #CF0AC5;
}
</style>
background-color css
<style>
a { background-color: #CF0AC5; }
a { background-color: rgb(207,10,197); }
div.DivClassName
{
background-color: #CF0AC5;
}
.BgClassName
{
background-color: #CF0AC5;
}
</style>
border-color css
<style>
span { border-color: #CF0AC5; }
span { border-color: rgb(207,10,197); }
td.TdClassName
{
border-color: #CF0AC5;
}
.TagClassName
{
border-color: #CF0AC5;
}
</style>