Shades of Deep Magenta #C713CD
Tints of Deep Magenta #C713CD
RGB
CMYK
RGB Variations
Color information
#C713CD (or 0xC713CD) is known color: Deep Magenta. HEX triplet: C7, 13 and CD. RGB value is (199,19,205). Sum of RGB (Red+Green+Blue) = 199+19+205=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #C713CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C713CD is #38EC32. Grayscale: #5D5D5D. Windows color (decimal): -3730483 or 13439943. OLE color: 13439943.
HSL color Cylindrical-coordinate representation of color #C713CD: hue angle of 298.06º 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 #C713CD is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 19 | 205 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.20 |
| HSL | 298.06º | 0.83% | 0.44% | - |
| HSV(B) | 298.06º | 0.91% | 0.8% | - |
| XYZ | 34.81 | 17.02 | 59.21 | - |
| YUV | 94.02 | 190.63 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 205 | 0.03 | 0.91 | 0 | 0.20 | 298.06 | 0.83 | 0.44 |
| Hex | C7 | 13 | CD | 3 | 5B | 0 | 14 | 12A | 53 | 2C |
| Octal | 307 | 23 | 315 | 3 | 133 | 0 | 24 | 452 | 123 | 54 |
| Binary | 11000111 | 10011 | 11001101 | 11 | 1011011 | 0 | 10100 | 100101010 | 1010011 | 101100 |
Color Harmonies of #C713CD
Complementary color
Monochromatic Colors of #C713CD
Black with #C713CD
Text Example
Text Example
White with #C713CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C713CD; }
p { color: rgb(199,19,205); }
H1.HeaderClassName
{
color: #C713CD;
}
.AnyTagClassName
{
color: #C713CD;
}
</style>
background-color css
<style>
a { background-color: #C713CD; }
a { background-color: rgb(199,19,205); }
div.DivClassName
{
background-color: #C713CD;
}
.BgClassName
{
background-color: #C713CD;
}
</style>
border-color css
<style>
span { border-color: #C713CD; }
span { border-color: rgb(199,19,205); }
td.TdClassName
{
border-color: #C713CD;
}
.TagClassName
{
border-color: #C713CD;
}
</style>