Shades of Deep Magenta #C81ACF
Tints of Deep Magenta #C81ACF
RGB
CMYK
RGB Variations
Color information
#C81ACF (or 0xC81ACF) is known color: Deep Magenta. HEX triplet: C8, 1A and CF. RGB value is (200,26,207). Sum of RGB (Red+Green+Blue) = 200+26+207=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #C81ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ACF is #37E530. Grayscale: #626262. Windows color (decimal): -3663153 or 13572808. OLE color: 13572808.
HSL color Cylindrical-coordinate representation of color #C81ACF: hue angle of 297.68º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81ACF is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 26 | 207 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.19 |
| HSL | 297.68º | 0.78% | 0.46% | - |
| HSV(B) | 297.68º | 0.87% | 0.81% | - |
| XYZ | 35.45 | 17.52 | 60.55 | - |
| YUV | 98.66 | 189.15 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 207 | 0.03 | 0.87 | 0 | 0.19 | 297.68 | 0.78 | 0.46 |
| Hex | C8 | 1A | CF | 3 | 57 | 0 | 13 | 12A | 4E | 2E |
| Octal | 310 | 32 | 317 | 3 | 127 | 0 | 23 | 452 | 116 | 56 |
| Binary | 11001000 | 11010 | 11001111 | 11 | 1010111 | 0 | 10011 | 100101010 | 1001110 | 101110 |
Color Harmonies of #C81ACF
Complementary color
Monochromatic Colors of #C81ACF
Black with #C81ACF
Text Example
Text Example
White with #C81ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81ACF; }
p { color: rgb(200,26,207); }
H1.HeaderClassName
{
color: #C81ACF;
}
.AnyTagClassName
{
color: #C81ACF;
}
</style>
background-color css
<style>
a { background-color: #C81ACF; }
a { background-color: rgb(200,26,207); }
div.DivClassName
{
background-color: #C81ACF;
}
.BgClassName
{
background-color: #C81ACF;
}
</style>
border-color css
<style>
span { border-color: #C81ACF; }
span { border-color: rgb(200,26,207); }
td.TdClassName
{
border-color: #C81ACF;
}
.TagClassName
{
border-color: #C81ACF;
}
</style>