Shades of Deep Magenta #C81FCA
Tints of Deep Magenta #C81FCA
RGB
CMYK
RGB Variations
Color information
#C81FCA (or 0xC81FCA) is known color: Deep Magenta. HEX triplet: C8, 1F and CA. RGB value is (200,31,202). Sum of RGB (Red+Green+Blue) = 200+31+202=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #C81FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FCA is #37E035. Grayscale: #646464. Windows color (decimal): -3661878 or 13246408. OLE color: 13246408.
HSL color Cylindrical-coordinate representation of color #C81FCA: hue angle of 299.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81FCA is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 31 | 202 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.21 |
| HSL | 299.3º | 0.73% | 0.46% | - |
| HSV(B) | 299.3º | 0.85% | 0.79% | - |
| XYZ | 34.97 | 17.52 | 57.42 | - |
| YUV | 101.03 | 184.99 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 202 | 0.01 | 0.85 | 0 | 0.21 | 299.3 | 0.73 | 0.46 |
| Hex | C8 | 1F | CA | 1 | 55 | 0 | 15 | 12B | 49 | 2E |
| Octal | 310 | 37 | 312 | 1 | 125 | 0 | 25 | 453 | 111 | 56 |
| Binary | 11001000 | 11111 | 11001010 | 1 | 1010101 | 0 | 10101 | 100101011 | 1001001 | 101110 |
Color Harmonies of #C81FCA
Complementary color
Monochromatic Colors of #C81FCA
Black with #C81FCA
Text Example
Text Example
White with #C81FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FCA; }
p { color: rgb(200,31,202); }
H1.HeaderClassName
{
color: #C81FCA;
}
.AnyTagClassName
{
color: #C81FCA;
}
</style>
background-color css
<style>
a { background-color: #C81FCA; }
a { background-color: rgb(200,31,202); }
div.DivClassName
{
background-color: #C81FCA;
}
.BgClassName
{
background-color: #C81FCA;
}
</style>
border-color css
<style>
span { border-color: #C81FCA; }
span { border-color: rgb(200,31,202); }
td.TdClassName
{
border-color: #C81FCA;
}
.TagClassName
{
border-color: #C81FCA;
}
</style>