Shades of Deep Magenta #C807CC
Tints of Deep Magenta #C807CC
RGB
CMYK
RGB Variations
Color information
#C807CC (or 0xC807CC) is known color: Deep Magenta. HEX triplet: C8, 07 and CC. RGB value is (200,7,204). Sum of RGB (Red+Green+Blue) = 200+7+204=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #C807CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C807CC is #37F833. Grayscale: #565656. Windows color (decimal): -3668020 or 13371336. OLE color: 13371336.
HSL color Cylindrical-coordinate representation of color #C807CC: hue angle of 298.78º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C807CC is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 7 | 204 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.2 |
| HSL | 298.78º | 0.93% | 0.41% | - |
| HSV(B) | 298.78º | 0.97% | 0.8% | - |
| XYZ | 34.79 | 16.79 | 58.53 | - |
| YUV | 87.17 | 193.94 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 204 | 0.02 | 0.97 | 0 | 0.2 | 298.78 | 0.93 | 0.41 |
| Hex | C8 | 7 | CC | 2 | 61 | 0 | 14 | 12B | 5D | 29 |
| Octal | 310 | 7 | 314 | 2 | 141 | 0 | 24 | 453 | 135 | 51 |
| Binary | 11001000 | 111 | 11001100 | 10 | 1100001 | 0 | 10100 | 100101011 | 1011101 | 101001 |
Color Harmonies of #C807CC
Complementary color
Monochromatic Colors of #C807CC
Black with #C807CC
Text Example
Text Example
White with #C807CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C807CC; }
p { color: rgb(200,7,204); }
H1.HeaderClassName
{
color: #C807CC;
}
.AnyTagClassName
{
color: #C807CC;
}
</style>
background-color css
<style>
a { background-color: #C807CC; }
a { background-color: rgb(200,7,204); }
div.DivClassName
{
background-color: #C807CC;
}
.BgClassName
{
background-color: #C807CC;
}
</style>
border-color css
<style>
span { border-color: #C807CC; }
span { border-color: rgb(200,7,204); }
td.TdClassName
{
border-color: #C807CC;
}
.TagClassName
{
border-color: #C807CC;
}
</style>