Shades of Deep Magenta #C81FCC
Tints of Deep Magenta #C81FCC
RGB
CMYK
RGB Variations
Color information
#C81FCC (or 0xC81FCC) is known color: Deep Magenta. HEX triplet: C8, 1F and CC. RGB value is (200,31,204). Sum of RGB (Red+Green+Blue) = 200+31+204=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #C81FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FCC is #37E033. Grayscale: #646464. Windows color (decimal): -3661876 or 13377480. OLE color: 13377480.
HSL color Cylindrical-coordinate representation of color #C81FCC: hue angle of 298.61º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81FCC is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 31 | 204 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.2 |
| HSL | 298.61º | 0.74% | 0.46% | - |
| HSV(B) | 298.61º | 0.85% | 0.8% | - |
| XYZ | 35.21 | 17.62 | 58.67 | - |
| YUV | 101.25 | 185.99 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 204 | 0.02 | 0.85 | 0 | 0.2 | 298.61 | 0.74 | 0.46 |
| Hex | C8 | 1F | CC | 2 | 55 | 0 | 14 | 12B | 4A | 2E |
| Octal | 310 | 37 | 314 | 2 | 125 | 0 | 24 | 453 | 112 | 56 |
| Binary | 11001000 | 11111 | 11001100 | 10 | 1010101 | 0 | 10100 | 100101011 | 1001010 | 101110 |
Color Harmonies of #C81FCC
Complementary color
Monochromatic Colors of #C81FCC
Black with #C81FCC
Text Example
Text Example
White with #C81FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FCC; }
p { color: rgb(200,31,204); }
H1.HeaderClassName
{
color: #C81FCC;
}
.AnyTagClassName
{
color: #C81FCC;
}
</style>
background-color css
<style>
a { background-color: #C81FCC; }
a { background-color: rgb(200,31,204); }
div.DivClassName
{
background-color: #C81FCC;
}
.BgClassName
{
background-color: #C81FCC;
}
</style>
border-color css
<style>
span { border-color: #C81FCC; }
span { border-color: rgb(200,31,204); }
td.TdClassName
{
border-color: #C81FCC;
}
.TagClassName
{
border-color: #C81FCC;
}
</style>