Shades of Deep Magenta #C701CC
Tints of Deep Magenta #C701CC
RGB
CMYK
RGB Variations
Color information
#C701CC (or 0xC701CC) is known color: Deep Magenta. HEX triplet: C7, 01 and CC. RGB value is (199,1,204). Sum of RGB (Red+Green+Blue) = 199+1+204=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #C701CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C701CC is #38FE33. Grayscale: #525252. Windows color (decimal): -3735092 or 13369799. OLE color: 13369799.
HSL color Cylindrical-coordinate representation of color #C701CC: hue angle of 298.52º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701CC is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 1 | 204 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.2 |
| HSL | 298.52º | 0.99% | 0.4% | - |
| HSV(B) | 298.52º | 1% | 0.8% | - |
| XYZ | 34.46 | 16.52 | 58.5 | - |
| YUV | 83.34 | 196.1 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 204 | 0.02 | 1.00 | 0 | 0.2 | 298.52 | 0.99 | 0.4 |
| Hex | C7 | 1 | CC | 2 | 64 | 0 | 14 | 12B | 63 | 28 |
| Octal | 307 | 1 | 314 | 2 | 144 | 0 | 24 | 453 | 143 | 50 |
| Binary | 11000111 | 1 | 11001100 | 10 | 1100100 | 0 | 10100 | 100101011 | 1100011 | 101000 |
Color Harmonies of #C701CC
Complementary color
Monochromatic Colors of #C701CC
Black with #C701CC
Text Example
Text Example
White with #C701CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701CC; }
p { color: rgb(199,1,204); }
H1.HeaderClassName
{
color: #C701CC;
}
.AnyTagClassName
{
color: #C701CC;
}
</style>
background-color css
<style>
a { background-color: #C701CC; }
a { background-color: rgb(199,1,204); }
div.DivClassName
{
background-color: #C701CC;
}
.BgClassName
{
background-color: #C701CC;
}
</style>
border-color css
<style>
span { border-color: #C701CC; }
span { border-color: rgb(199,1,204); }
td.TdClassName
{
border-color: #C701CC;
}
.TagClassName
{
border-color: #C701CC;
}
</style>