Shades of Deep Magenta #C807C2
Tints of Deep Magenta #C807C2
RGB
CMYK
RGB Variations
Color information
#C807C2 (or 0xC807C2) is known color: Deep Magenta. HEX triplet: C8, 07 and C2. RGB value is (200,7,194). Sum of RGB (Red+Green+Blue) = 200+7+194=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C807C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C807C2 is #37F83D. Grayscale: #555555. Windows color (decimal): -3668030 or 12715976. OLE color: 12715976.
HSL color Cylindrical-coordinate representation of color #C807C2: hue angle of 301.87º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C807C2 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 194 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.22 |
| HSL | 301.87º | 0.93% | 0.41% | - |
| HSV(B) | 301.87º | 0.97% | 0.78% | - |
| XYZ | 33.63 | 16.33 | 52.42 | - |
| YUV | 86.03 | 188.94 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 194 | 0 | 0.96 | 0.03 | 0.22 | 301.87 | 0.93 | 0.41 |
| Hex | C8 | 7 | C2 | 0 | 60 | 3 | 16 | 12E | 5D | 29 |
| Octal | 310 | 7 | 302 | 0 | 140 | 3 | 26 | 456 | 135 | 51 |
| Binary | 11001000 | 111 | 11000010 | 0 | 1100000 | 11 | 10110 | 100101110 | 1011101 | 101001 |
Color Harmonies of #C807C2
Complementary color
Monochromatic Colors of #C807C2
Black with #C807C2
Text Example
Text Example
White with #C807C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C807C2; }
p { color: rgb(200,7,194); }
H1.HeaderClassName
{
color: #C807C2;
}
.AnyTagClassName
{
color: #C807C2;
}
</style>
background-color css
<style>
a { background-color: #C807C2; }
a { background-color: rgb(200,7,194); }
div.DivClassName
{
background-color: #C807C2;
}
.BgClassName
{
background-color: #C807C2;
}
</style>
border-color css
<style>
span { border-color: #C807C2; }
span { border-color: rgb(200,7,194); }
td.TdClassName
{
border-color: #C807C2;
}
.TagClassName
{
border-color: #C807C2;
}
</style>