Shades of Deep Magenta #C61CBB
Tints of Deep Magenta #C61CBB
RGB
CMYK
RGB Variations
Color information
#C61CBB (or 0xC61CBB) is known color: Deep Magenta. HEX triplet: C6, 1C and BB. RGB value is (198,28,187). Sum of RGB (Red+Green+Blue) = 198+28+187=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C61CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CBB is #39E344. Grayscale: #606060. Windows color (decimal): -3793733 or 12262598. OLE color: 12262598.
HSL color Cylindrical-coordinate representation of color #C61CBB: hue angle of 303.88º degrees, saturation: 0.75, 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 #C61CBB is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 187 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.22 |
| HSL | 303.88º | 0.75% | 0.44% | - |
| HSV(B) | 303.88º | 0.86% | 0.78% | - |
| XYZ | 32.67 | 16.42 | 48.46 | - |
| YUV | 96.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 187 | 0 | 0.86 | 0.06 | 0.22 | 303.88 | 0.75 | 0.44 |
| Hex | C6 | 1C | BB | 0 | 56 | 6 | 16 | 130 | 4B | 2C |
| Octal | 306 | 34 | 273 | 0 | 126 | 6 | 26 | 460 | 113 | 54 |
| Binary | 11000110 | 11100 | 10111011 | 0 | 1010110 | 110 | 10110 | 100110000 | 1001011 | 101100 |
Color Harmonies of #C61CBB
Complementary color
Monochromatic Colors of #C61CBB
Black with #C61CBB
Text Example
Text Example
White with #C61CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CBB; }
p { color: rgb(198,28,187); }
H1.HeaderClassName
{
color: #C61CBB;
}
.AnyTagClassName
{
color: #C61CBB;
}
</style>
background-color css
<style>
a { background-color: #C61CBB; }
a { background-color: rgb(198,28,187); }
div.DivClassName
{
background-color: #C61CBB;
}
.BgClassName
{
background-color: #C61CBB;
}
</style>
border-color css
<style>
span { border-color: #C61CBB; }
span { border-color: rgb(198,28,187); }
td.TdClassName
{
border-color: #C61CBB;
}
.TagClassName
{
border-color: #C61CBB;
}
</style>