Shades of Deep Magenta #C612C0
Tints of Deep Magenta #C612C0
RGB
CMYK
RGB Variations
Color information
#C612C0 (or 0xC612C0) is known color: Deep Magenta. HEX triplet: C6, 12 and C0. RGB value is (198,18,192). Sum of RGB (Red+Green+Blue) = 198+18+192=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C612C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612C0 is #39ED3F. Grayscale: #5B5B5B. Windows color (decimal): -3796288 or 12587718. OLE color: 12587718.
HSL color Cylindrical-coordinate representation of color #C612C0: hue angle of 302º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C612C0 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 192 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.22 |
| HSL | 302º | 0.83% | 0.42% | - |
| HSV(B) | 302º | 0.91% | 0.78% | - |
| XYZ | 33.02 | 16.24 | 51.26 | - |
| YUV | 91.66 | 184.63 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 192 | 0 | 0.91 | 0.03 | 0.22 | 302 | 0.83 | 0.42 |
| Hex | C6 | 12 | C0 | 0 | 5B | 3 | 16 | 12E | 53 | 2A |
| Octal | 306 | 22 | 300 | 0 | 133 | 3 | 26 | 456 | 123 | 52 |
| Binary | 11000110 | 10010 | 11000000 | 0 | 1011011 | 11 | 10110 | 100101110 | 1010011 | 101010 |
Color Harmonies of #C612C0
Complementary color
Monochromatic Colors of #C612C0
Black with #C612C0
Text Example
Text Example
White with #C612C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C612C0; }
p { color: rgb(198,18,192); }
H1.HeaderClassName
{
color: #C612C0;
}
.AnyTagClassName
{
color: #C612C0;
}
</style>
background-color css
<style>
a { background-color: #C612C0; }
a { background-color: rgb(198,18,192); }
div.DivClassName
{
background-color: #C612C0;
}
.BgClassName
{
background-color: #C612C0;
}
</style>
border-color css
<style>
span { border-color: #C612C0; }
span { border-color: rgb(198,18,192); }
td.TdClassName
{
border-color: #C612C0;
}
.TagClassName
{
border-color: #C612C0;
}
</style>