Shades of Deep Magenta #C61BBC
Tints of Deep Magenta #C61BBC
RGB
CMYK
RGB Variations
Color information
#C61BBC (or 0xC61BBC) is known color: Deep Magenta. HEX triplet: C6, 1B and BC. RGB value is (198,27,188). Sum of RGB (Red+Green+Blue) = 198+27+188=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BBC is #39E443. Grayscale: #606060. Windows color (decimal): -3793988 or 12327878. OLE color: 12327878.
HSL color Cylindrical-coordinate representation of color #C61BBC: hue angle of 303.51º 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 #C61BBC is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 188 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.22 |
| HSL | 303.51º | 0.76% | 0.44% | - |
| HSV(B) | 303.51º | 0.86% | 0.78% | - |
| XYZ | 32.76 | 16.42 | 49.02 | - |
| YUV | 96.48 | 179.65 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 188 | 0 | 0.86 | 0.05 | 0.22 | 303.51 | 0.76 | 0.44 |
| Hex | C6 | 1B | BC | 0 | 56 | 5 | 16 | 130 | 4C | 2C |
| Octal | 306 | 33 | 274 | 0 | 126 | 5 | 26 | 460 | 114 | 54 |
| Binary | 11000110 | 11011 | 10111100 | 0 | 1010110 | 101 | 10110 | 100110000 | 1001100 | 101100 |
Color Harmonies of #C61BBC
Complementary color
Monochromatic Colors of #C61BBC
Black with #C61BBC
Text Example
Text Example
White with #C61BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61BBC; }
p { color: rgb(198,27,188); }
H1.HeaderClassName
{
color: #C61BBC;
}
.AnyTagClassName
{
color: #C61BBC;
}
</style>
background-color css
<style>
a { background-color: #C61BBC; }
a { background-color: rgb(198,27,188); }
div.DivClassName
{
background-color: #C61BBC;
}
.BgClassName
{
background-color: #C61BBC;
}
</style>
border-color css
<style>
span { border-color: #C61BBC; }
span { border-color: rgb(198,27,188); }
td.TdClassName
{
border-color: #C61BBC;
}
.TagClassName
{
border-color: #C61BBC;
}
</style>