Shades of Deep Magenta #C61BC0
Tints of Deep Magenta #C61BC0
RGB
CMYK
RGB Variations
Color information
#C61BC0 (or 0xC61BC0) is known color: Deep Magenta. HEX triplet: C6, 1B and C0. RGB value is (198,27,192). Sum of RGB (Red+Green+Blue) = 198+27+192=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BC0 is #39E43F. Grayscale: #606060. Windows color (decimal): -3793984 or 12590022. OLE color: 12590022.
HSL color Cylindrical-coordinate representation of color #C61BC0: hue angle of 302.11º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61BC0 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 192 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.22 |
| HSL | 302.11º | 0.76% | 0.44% | - |
| HSV(B) | 302.11º | 0.86% | 0.78% | - |
| XYZ | 33.2 | 16.6 | 51.32 | - |
| YUV | 96.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 192 | 0 | 0.86 | 0.03 | 0.22 | 302.11 | 0.76 | 0.44 |
| Hex | C6 | 1B | C0 | 0 | 56 | 3 | 16 | 12E | 4C | 2C |
| Octal | 306 | 33 | 300 | 0 | 126 | 3 | 26 | 456 | 114 | 54 |
| Binary | 11000110 | 11011 | 11000000 | 0 | 1010110 | 11 | 10110 | 100101110 | 1001100 | 101100 |
Color Harmonies of #C61BC0
Complementary color
Monochromatic Colors of #C61BC0
Black with #C61BC0
Text Example
Text Example
White with #C61BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61BC0; }
p { color: rgb(198,27,192); }
H1.HeaderClassName
{
color: #C61BC0;
}
.AnyTagClassName
{
color: #C61BC0;
}
</style>
background-color css
<style>
a { background-color: #C61BC0; }
a { background-color: rgb(198,27,192); }
div.DivClassName
{
background-color: #C61BC0;
}
.BgClassName
{
background-color: #C61BC0;
}
</style>
border-color css
<style>
span { border-color: #C61BC0; }
span { border-color: rgb(198,27,192); }
td.TdClassName
{
border-color: #C61BC0;
}
.TagClassName
{
border-color: #C61BC0;
}
</style>