Shades of Deep Magenta #C712C3
Tints of Deep Magenta #C712C3
RGB
CMYK
RGB Variations
Color information
#C712C3 (or 0xC712C3) is known color: Deep Magenta. HEX triplet: C7, 12 and C3. RGB value is (199,18,195). Sum of RGB (Red+Green+Blue) = 199+18+195=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C712C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C712C3 is #38ED3C. Grayscale: #5B5B5B. Windows color (decimal): -3730749 or 12784327. OLE color: 12784327.
HSL color Cylindrical-coordinate representation of color #C712C3: hue angle of 301.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C712C3 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 195 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.22 |
| HSL | 301.33º | 0.83% | 0.43% | - |
| HSV(B) | 301.33º | 0.91% | 0.78% | - |
| XYZ | 33.62 | 16.51 | 53.05 | - |
| YUV | 92.3 | 185.97 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 195 | 0 | 0.91 | 0.02 | 0.22 | 301.33 | 0.83 | 0.43 |
| Hex | C7 | 12 | C3 | 0 | 5B | 2 | 16 | 12D | 53 | 2B |
| Octal | 307 | 22 | 303 | 0 | 133 | 2 | 26 | 455 | 123 | 53 |
| Binary | 11000111 | 10010 | 11000011 | 0 | 1011011 | 10 | 10110 | 100101101 | 1010011 | 101011 |
Color Harmonies of #C712C3
Complementary color
Monochromatic Colors of #C712C3
Black with #C712C3
Text Example
Text Example
White with #C712C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C712C3; }
p { color: rgb(199,18,195); }
H1.HeaderClassName
{
color: #C712C3;
}
.AnyTagClassName
{
color: #C712C3;
}
</style>
background-color css
<style>
a { background-color: #C712C3; }
a { background-color: rgb(199,18,195); }
div.DivClassName
{
background-color: #C712C3;
}
.BgClassName
{
background-color: #C712C3;
}
</style>
border-color css
<style>
span { border-color: #C712C3; }
span { border-color: rgb(199,18,195); }
td.TdClassName
{
border-color: #C712C3;
}
.TagClassName
{
border-color: #C712C3;
}
</style>