Shades of Deep Magenta #C612AC
Tints of Deep Magenta #C612AC
RGB
CMYK
RGB Variations
Color information
#C612AC (or 0xC612AC) is known color: Deep Magenta. HEX triplet: C6, 12 and AC. RGB value is (198,18,172). Sum of RGB (Red+Green+Blue) = 198+18+172=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C612AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C612AC is #39ED53. Grayscale: #585858. Windows color (decimal): -3796308 or 11276998. OLE color: 11276998.
HSL color Cylindrical-coordinate representation of color #C612AC: hue angle of 308.67º 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 #C612AC is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 172 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.22 |
| HSL | 308.67º | 0.83% | 0.42% | - |
| HSV(B) | 308.67º | 0.91% | 0.78% | - |
| XYZ | 30.95 | 15.42 | 40.37 | - |
| YUV | 89.38 | 174.63 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 172 | 0 | 0.91 | 0.13 | 0.22 | 308.67 | 0.83 | 0.42 |
| Hex | C6 | 12 | AC | 0 | 5B | D | 16 | 135 | 53 | 2A |
| Octal | 306 | 22 | 254 | 0 | 133 | 15 | 26 | 465 | 123 | 52 |
| Binary | 11000110 | 10010 | 10101100 | 0 | 1011011 | 1101 | 10110 | 100110101 | 1010011 | 101010 |
Color Harmonies of #C612AC
Complementary color
Monochromatic Colors of #C612AC
Black with #C612AC
Text Example
Text Example
White with #C612AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C612AC; }
p { color: rgb(198,18,172); }
H1.HeaderClassName
{
color: #C612AC;
}
.AnyTagClassName
{
color: #C612AC;
}
</style>
background-color css
<style>
a { background-color: #C612AC; }
a { background-color: rgb(198,18,172); }
div.DivClassName
{
background-color: #C612AC;
}
.BgClassName
{
background-color: #C612AC;
}
</style>
border-color css
<style>
span { border-color: #C612AC; }
span { border-color: rgb(198,18,172); }
td.TdClassName
{
border-color: #C612AC;
}
.TagClassName
{
border-color: #C612AC;
}
</style>