Shades of Deep Magenta #C612CC
Tints of Deep Magenta #C612CC
RGB
CMYK
RGB Variations
Color information
#C612CC (or 0xC612CC) is known color: Deep Magenta. HEX triplet: C6, 12 and CC. RGB value is (198,18,204). Sum of RGB (Red+Green+Blue) = 198+18+204=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #C612CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612CC is #39ED33. Grayscale: #5C5C5C. Windows color (decimal): -3796276 or 13374150. OLE color: 13374150.
HSL color Cylindrical-coordinate representation of color #C612CC: hue angle of 298.06º 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 #C612CC is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 18 | 204 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.2 |
| HSL | 298.06º | 0.84% | 0.44% | - |
| HSV(B) | 298.06º | 0.91% | 0.8% | - |
| XYZ | 34.4 | 16.8 | 58.56 | - |
| YUV | 93.02 | 190.63 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 204 | 0.03 | 0.91 | 0 | 0.2 | 298.06 | 0.84 | 0.44 |
| Hex | C6 | 12 | CC | 3 | 5B | 0 | 14 | 12A | 54 | 2C |
| Octal | 306 | 22 | 314 | 3 | 133 | 0 | 24 | 452 | 124 | 54 |
| Binary | 11000110 | 10010 | 11001100 | 11 | 1011011 | 0 | 10100 | 100101010 | 1010100 | 101100 |
Color Harmonies of #C612CC
Complementary color
Monochromatic Colors of #C612CC
Black with #C612CC
Text Example
Text Example
White with #C612CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C612CC; }
p { color: rgb(198,18,204); }
H1.HeaderClassName
{
color: #C612CC;
}
.AnyTagClassName
{
color: #C612CC;
}
</style>
background-color css
<style>
a { background-color: #C612CC; }
a { background-color: rgb(198,18,204); }
div.DivClassName
{
background-color: #C612CC;
}
.BgClassName
{
background-color: #C612CC;
}
</style>
border-color css
<style>
span { border-color: #C612CC; }
span { border-color: rgb(198,18,204); }
td.TdClassName
{
border-color: #C612CC;
}
.TagClassName
{
border-color: #C612CC;
}
</style>