Shades of Deep Magenta #C612C1
Tints of Deep Magenta #C612C1
RGB
CMYK
RGB Variations
Color information
#C612C1 (or 0xC612C1) is known color: Deep Magenta. HEX triplet: C6, 12 and C1. RGB value is (198,18,193). Sum of RGB (Red+Green+Blue) = 198+18+193=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C612C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612C1 is #39ED3E. Grayscale: #5B5B5B. Windows color (decimal): -3796287 or 12653254. OLE color: 12653254.
HSL color Cylindrical-coordinate representation of color #C612C1: hue angle of 301.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 #C612C1 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 193 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.22 |
| HSL | 301.67º | 0.83% | 0.42% | - |
| HSV(B) | 301.67º | 0.91% | 0.78% | - |
| XYZ | 33.13 | 16.29 | 51.85 | - |
| YUV | 91.77 | 185.13 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 193 | 0 | 0.91 | 0.03 | 0.22 | 301.67 | 0.83 | 0.42 |
| Hex | C6 | 12 | C1 | 0 | 5B | 3 | 16 | 12E | 53 | 2A |
| Octal | 306 | 22 | 301 | 0 | 133 | 3 | 26 | 456 | 123 | 52 |
| Binary | 11000110 | 10010 | 11000001 | 0 | 1011011 | 11 | 10110 | 100101110 | 1010011 | 101010 |
Color Harmonies of #C612C1
Complementary color
Monochromatic Colors of #C612C1
Black with #C612C1
Text Example
Text Example
White with #C612C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C612C1; }
p { color: rgb(198,18,193); }
H1.HeaderClassName
{
color: #C612C1;
}
.AnyTagClassName
{
color: #C612C1;
}
</style>
background-color css
<style>
a { background-color: #C612C1; }
a { background-color: rgb(198,18,193); }
div.DivClassName
{
background-color: #C612C1;
}
.BgClassName
{
background-color: #C612C1;
}
</style>
border-color css
<style>
span { border-color: #C612C1; }
span { border-color: rgb(198,18,193); }
td.TdClassName
{
border-color: #C612C1;
}
.TagClassName
{
border-color: #C612C1;
}
</style>