Shades of Deep Magenta #C81FC1
Tints of Deep Magenta #C81FC1
RGB
CMYK
RGB Variations
Color information
#C81FC1 (or 0xC81FC1) is known color: Deep Magenta. HEX triplet: C8, 1F and C1. RGB value is (200,31,193). Sum of RGB (Red+Green+Blue) = 200+31+193=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FC1 is #37E03E. Grayscale: #636363. Windows color (decimal): -3661887 or 12656584. OLE color: 12656584.
HSL color Cylindrical-coordinate representation of color #C81FC1: hue angle of 302.49º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81FC1 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 193 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.22 |
| HSL | 302.49º | 0.73% | 0.45% | - |
| HSV(B) | 302.49º | 0.85% | 0.78% | - |
| XYZ | 33.94 | 17.11 | 51.97 | - |
| YUV | 100 | 180.49 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 193 | 0 | 0.84 | 0.04 | 0.22 | 302.49 | 0.73 | 0.45 |
| Hex | C8 | 1F | C1 | 0 | 54 | 4 | 16 | 12E | 49 | 2D |
| Octal | 310 | 37 | 301 | 0 | 124 | 4 | 26 | 456 | 111 | 55 |
| Binary | 11001000 | 11111 | 11000001 | 0 | 1010100 | 100 | 10110 | 100101110 | 1001001 | 101101 |
Color Harmonies of #C81FC1
Complementary color
Monochromatic Colors of #C81FC1
Black with #C81FC1
Text Example
Text Example
White with #C81FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FC1; }
p { color: rgb(200,31,193); }
H1.HeaderClassName
{
color: #C81FC1;
}
.AnyTagClassName
{
color: #C81FC1;
}
</style>
background-color css
<style>
a { background-color: #C81FC1; }
a { background-color: rgb(200,31,193); }
div.DivClassName
{
background-color: #C81FC1;
}
.BgClassName
{
background-color: #C81FC1;
}
</style>
border-color css
<style>
span { border-color: #C81FC1; }
span { border-color: rgb(200,31,193); }
td.TdClassName
{
border-color: #C81FC1;
}
.TagClassName
{
border-color: #C81FC1;
}
</style>