Shades of Deep Magenta #C612B0
Tints of Deep Magenta #C612B0
RGB
CMYK
RGB Variations
Color information
#C612B0 (or 0xC612B0) is known color: Deep Magenta. HEX triplet: C6, 12 and B0. RGB value is (198,18,176). Sum of RGB (Red+Green+Blue) = 198+18+176=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C612B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C612B0 is #39ED4F. Grayscale: #595959. Windows color (decimal): -3796304 or 11539142. OLE color: 11539142.
HSL color Cylindrical-coordinate representation of color #C612B0: hue angle of 307.33º 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 #C612B0 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 176 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.22 |
| HSL | 307.33º | 0.83% | 0.42% | - |
| HSV(B) | 307.33º | 0.91% | 0.78% | - |
| XYZ | 31.34 | 15.57 | 42.43 | - |
| YUV | 89.83 | 176.63 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 176 | 0 | 0.91 | 0.11 | 0.22 | 307.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | B0 | 0 | 5B | B | 16 | 133 | 53 | 2A |
| Octal | 306 | 22 | 260 | 0 | 133 | 13 | 26 | 463 | 123 | 52 |
| Binary | 11000110 | 10010 | 10110000 | 0 | 1011011 | 1011 | 10110 | 100110011 | 1010011 | 101010 |
Color Harmonies of #C612B0
Complementary color
Monochromatic Colors of #C612B0
Black with #C612B0
Text Example
Text Example
White with #C612B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C612B0; }
p { color: rgb(198,18,176); }
H1.HeaderClassName
{
color: #C612B0;
}
.AnyTagClassName
{
color: #C612B0;
}
</style>
background-color css
<style>
a { background-color: #C612B0; }
a { background-color: rgb(198,18,176); }
div.DivClassName
{
background-color: #C612B0;
}
.BgClassName
{
background-color: #C612B0;
}
</style>
border-color css
<style>
span { border-color: #C612B0; }
span { border-color: rgb(198,18,176); }
td.TdClassName
{
border-color: #C612B0;
}
.TagClassName
{
border-color: #C612B0;
}
</style>