Shades of Deep Magenta #C814C1
Tints of Deep Magenta #C814C1
RGB
CMYK
RGB Variations
Color information
#C814C1 (or 0xC814C1) is known color: Deep Magenta. HEX triplet: C8, 14 and C1. RGB value is (200,20,193). Sum of RGB (Red+Green+Blue) = 200+20+193=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C814C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814C1 is #37EB3E. Grayscale: #5D5D5D. Windows color (decimal): -3664703 or 12653768. OLE color: 12653768.
HSL color Cylindrical-coordinate representation of color #C814C1: hue angle of 302.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C814C1 is Cyan = 0, Magento = 0.9, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 193 | - |
| CMYK | 0 | 0.9 | 0.04 | 0.22 |
| HSL | 302.33º | 0.82% | 0.43% | - |
| HSV(B) | 302.33º | 0.9% | 0.78% | - |
| XYZ | 33.7 | 16.63 | 51.89 | - |
| YUV | 93.54 | 184.13 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 193 | 0 | 0.9 | 0.04 | 0.22 | 302.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | C1 | 0 | 5A | 4 | 16 | 12E | 52 | 2B |
| Octal | 310 | 24 | 301 | 0 | 132 | 4 | 26 | 456 | 122 | 53 |
| Binary | 11001000 | 10100 | 11000001 | 0 | 1011010 | 100 | 10110 | 100101110 | 1010010 | 101011 |
Color Harmonies of #C814C1
Complementary color
Monochromatic Colors of #C814C1
Black with #C814C1
Text Example
Text Example
White with #C814C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814C1; }
p { color: rgb(200,20,193); }
H1.HeaderClassName
{
color: #C814C1;
}
.AnyTagClassName
{
color: #C814C1;
}
</style>
background-color css
<style>
a { background-color: #C814C1; }
a { background-color: rgb(200,20,193); }
div.DivClassName
{
background-color: #C814C1;
}
.BgClassName
{
background-color: #C814C1;
}
</style>
border-color css
<style>
span { border-color: #C814C1; }
span { border-color: rgb(200,20,193); }
td.TdClassName
{
border-color: #C814C1;
}
.TagClassName
{
border-color: #C814C1;
}
</style>