Shades of Deep Magenta #C713CC
Tints of Deep Magenta #C713CC
RGB
CMYK
RGB Variations
Color information
#C713CC (or 0xC713CC) is known color: Deep Magenta. HEX triplet: C7, 13 and CC. RGB value is (199,19,204). Sum of RGB (Red+Green+Blue) = 199+19+204=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #C713CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C713CC is #38EC33. Grayscale: #5D5D5D. Windows color (decimal): -3730484 or 13374407. OLE color: 13374407.
HSL color Cylindrical-coordinate representation of color #C713CC: hue angle of 298.38º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C713CC is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 19 | 204 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.2 |
| HSL | 298.38º | 0.83% | 0.44% | - |
| HSV(B) | 298.38º | 0.91% | 0.8% | - |
| XYZ | 34.69 | 16.97 | 58.57 | - |
| YUV | 93.91 | 190.13 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 204 | 0.02 | 0.91 | 0 | 0.2 | 298.38 | 0.83 | 0.44 |
| Hex | C7 | 13 | CC | 2 | 5B | 0 | 14 | 12A | 53 | 2C |
| Octal | 307 | 23 | 314 | 2 | 133 | 0 | 24 | 452 | 123 | 54 |
| Binary | 11000111 | 10011 | 11001100 | 10 | 1011011 | 0 | 10100 | 100101010 | 1010011 | 101100 |
Color Harmonies of #C713CC
Complementary color
Monochromatic Colors of #C713CC
Black with #C713CC
Text Example
Text Example
White with #C713CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C713CC; }
p { color: rgb(199,19,204); }
H1.HeaderClassName
{
color: #C713CC;
}
.AnyTagClassName
{
color: #C713CC;
}
</style>
background-color css
<style>
a { background-color: #C713CC; }
a { background-color: rgb(199,19,204); }
div.DivClassName
{
background-color: #C713CC;
}
.BgClassName
{
background-color: #C713CC;
}
</style>
border-color css
<style>
span { border-color: #C713CC; }
span { border-color: rgb(199,19,204); }
td.TdClassName
{
border-color: #C713CC;
}
.TagClassName
{
border-color: #C713CC;
}
</style>