Shades of Deep Magenta #C703CC
Tints of Deep Magenta #C703CC
RGB
CMYK
RGB Variations
Color information
#C703CC (or 0xC703CC) is known color: Deep Magenta. HEX triplet: C7, 03 and CC. RGB value is (199,3,204). Sum of RGB (Red+Green+Blue) = 199+3+204=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #C703CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703CC is #38FC33. Grayscale: #535353. Windows color (decimal): -3734580 or 13370311. OLE color: 13370311.
HSL color Cylindrical-coordinate representation of color #C703CC: hue angle of 298.51º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C703CC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 3 | 204 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.2 |
| HSL | 298.51º | 0.97% | 0.41% | - |
| HSV(B) | 298.51º | 0.99% | 0.8% | - |
| XYZ | 34.48 | 16.57 | 58.51 | - |
| YUV | 84.52 | 195.43 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 204 | 0.02 | 0.99 | 0 | 0.2 | 298.51 | 0.97 | 0.41 |
| Hex | C7 | 3 | CC | 2 | 63 | 0 | 14 | 12B | 61 | 29 |
| Octal | 307 | 3 | 314 | 2 | 143 | 0 | 24 | 453 | 141 | 51 |
| Binary | 11000111 | 11 | 11001100 | 10 | 1100011 | 0 | 10100 | 100101011 | 1100001 | 101001 |
Color Harmonies of #C703CC
Complementary color
Monochromatic Colors of #C703CC
Black with #C703CC
Text Example
Text Example
White with #C703CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C703CC; }
p { color: rgb(199,3,204); }
H1.HeaderClassName
{
color: #C703CC;
}
.AnyTagClassName
{
color: #C703CC;
}
</style>
background-color css
<style>
a { background-color: #C703CC; }
a { background-color: rgb(199,3,204); }
div.DivClassName
{
background-color: #C703CC;
}
.BgClassName
{
background-color: #C703CC;
}
</style>
border-color css
<style>
span { border-color: #C703CC; }
span { border-color: rgb(199,3,204); }
td.TdClassName
{
border-color: #C703CC;
}
.TagClassName
{
border-color: #C703CC;
}
</style>