Shades of Deep Magenta #C81FCF
Tints of Deep Magenta #C81FCF
RGB
CMYK
RGB Variations
Color information
#C81FCF (or 0xC81FCF) is known color: Deep Magenta. HEX triplet: C8, 1F and CF. RGB value is (200,31,207). Sum of RGB (Red+Green+Blue) = 200+31+207=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #C81FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FCF is #37E030. Grayscale: #656565. Windows color (decimal): -3661873 or 13574088. OLE color: 13574088.
HSL color Cylindrical-coordinate representation of color #C81FCF: hue angle of 297.61º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81FCF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 31 | 207 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.19 |
| HSL | 297.61º | 0.74% | 0.47% | - |
| HSV(B) | 297.61º | 0.85% | 0.81% | - |
| XYZ | 35.57 | 17.76 | 60.59 | - |
| YUV | 101.6 | 187.49 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 207 | 0.03 | 0.85 | 0 | 0.19 | 297.61 | 0.74 | 0.47 |
| Hex | C8 | 1F | CF | 3 | 55 | 0 | 13 | 12A | 4A | 2F |
| Octal | 310 | 37 | 317 | 3 | 125 | 0 | 23 | 452 | 112 | 57 |
| Binary | 11001000 | 11111 | 11001111 | 11 | 1010101 | 0 | 10011 | 100101010 | 1001010 | 101111 |
Color Harmonies of #C81FCF
Complementary color
Monochromatic Colors of #C81FCF
Black with #C81FCF
Text Example
Text Example
White with #C81FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FCF; }
p { color: rgb(200,31,207); }
H1.HeaderClassName
{
color: #C81FCF;
}
.AnyTagClassName
{
color: #C81FCF;
}
</style>
background-color css
<style>
a { background-color: #C81FCF; }
a { background-color: rgb(200,31,207); }
div.DivClassName
{
background-color: #C81FCF;
}
.BgClassName
{
background-color: #C81FCF;
}
</style>
border-color css
<style>
span { border-color: #C81FCF; }
span { border-color: rgb(200,31,207); }
td.TdClassName
{
border-color: #C81FCF;
}
.TagClassName
{
border-color: #C81FCF;
}
</style>