Shades of Deep Magenta #C712CC
Tints of Deep Magenta #C712CC
RGB
CMYK
RGB Variations
Color information
#C712CC (or 0xC712CC) is known color: Deep Magenta. HEX triplet: C7, 12 and CC. RGB value is (199,18,204). Sum of RGB (Red+Green+Blue) = 199+18+204=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #C712CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712CC is #38ED33. Grayscale: #5C5C5C. Windows color (decimal): -3730740 or 13374151. OLE color: 13374151.
HSL color Cylindrical-coordinate representation of color #C712CC: hue angle of 298.39º degrees, saturation: 0.84, 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 #C712CC is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 18 | 204 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.2 |
| HSL | 298.39º | 0.84% | 0.44% | - |
| HSV(B) | 298.39º | 0.91% | 0.8% | - |
| XYZ | 34.67 | 16.93 | 58.57 | - |
| YUV | 93.32 | 190.47 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 204 | 0.02 | 0.91 | 0 | 0.2 | 298.39 | 0.84 | 0.44 |
| Hex | C7 | 12 | CC | 2 | 5B | 0 | 14 | 12A | 54 | 2C |
| Octal | 307 | 22 | 314 | 2 | 133 | 0 | 24 | 452 | 124 | 54 |
| Binary | 11000111 | 10010 | 11001100 | 10 | 1011011 | 0 | 10100 | 100101010 | 1010100 | 101100 |
Color Harmonies of #C712CC
Complementary color
Monochromatic Colors of #C712CC
Black with #C712CC
Text Example
Text Example
White with #C712CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712CC; }
p { color: rgb(199,18,204); }
H1.HeaderClassName
{
color: #C712CC;
}
.AnyTagClassName
{
color: #C712CC;
}
</style>
background-color css
<style>
a { background-color: #C712CC; }
a { background-color: rgb(199,18,204); }
div.DivClassName
{
background-color: #C712CC;
}
.BgClassName
{
background-color: #C712CC;
}
</style>
border-color css
<style>
span { border-color: #C712CC; }
span { border-color: rgb(199,18,204); }
td.TdClassName
{
border-color: #C712CC;
}
.TagClassName
{
border-color: #C712CC;
}
</style>