Shades of Deep Magenta #C61BC7
Tints of Deep Magenta #C61BC7
RGB
CMYK
RGB Variations
Color information
#C61BC7 (or 0xC61BC7) is known color: Deep Magenta. HEX triplet: C6, 1B and C7. RGB value is (198,27,199). Sum of RGB (Red+Green+Blue) = 198+27+199=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 199 - color contains mainly: blue. Hex color #C61BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BC7 is #39E438. Grayscale: #616161. Windows color (decimal): -3793977 or 13048774. OLE color: 13048774.
HSL color Cylindrical-coordinate representation of color #C61BC7: hue angle of 299.65º 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 #C61BC7 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 199 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.22 |
| HSL | 299.65º | 0.76% | 0.44% | - |
| HSV(B) | 299.65º | 0.86% | 0.78% | - |
| XYZ | 33.99 | 16.91 | 55.51 | - |
| YUV | 97.74 | 185.15 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 199 | 0.01 | 0.86 | 0 | 0.22 | 299.65 | 0.76 | 0.44 |
| Hex | C6 | 1B | C7 | 1 | 56 | 0 | 16 | 12C | 4C | 2C |
| Octal | 306 | 33 | 307 | 1 | 126 | 0 | 26 | 454 | 114 | 54 |
| Binary | 11000110 | 11011 | 11000111 | 1 | 1010110 | 0 | 10110 | 100101100 | 1001100 | 101100 |
Color Harmonies of #C61BC7
Complementary color
Monochromatic Colors of #C61BC7
Black with #C61BC7
Text Example
Text Example
White with #C61BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61BC7; }
p { color: rgb(198,27,199); }
H1.HeaderClassName
{
color: #C61BC7;
}
.AnyTagClassName
{
color: #C61BC7;
}
</style>
background-color css
<style>
a { background-color: #C61BC7; }
a { background-color: rgb(198,27,199); }
div.DivClassName
{
background-color: #C61BC7;
}
.BgClassName
{
background-color: #C61BC7;
}
</style>
border-color css
<style>
span { border-color: #C61BC7; }
span { border-color: rgb(198,27,199); }
td.TdClassName
{
border-color: #C61BC7;
}
.TagClassName
{
border-color: #C61BC7;
}
</style>