Shades of Deep Magenta #C611B2
Tints of Deep Magenta #C611B2
RGB
CMYK
RGB Variations
Color information
#C611B2 (or 0xC611B2) is known color: Deep Magenta. HEX triplet: C6, 11 and B2. RGB value is (198,17,178). Sum of RGB (Red+Green+Blue) = 198+17+178=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C611B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C611B2 is #39EE4D. Grayscale: #595959. Windows color (decimal): -3796558 or 11669958. OLE color: 11669958.
HSL color Cylindrical-coordinate representation of color #C611B2: hue angle of 306.63º degrees, saturation: 0.84, 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 #C611B2 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 178 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.22 |
| HSL | 306.63º | 0.84% | 0.42% | - |
| HSV(B) | 306.63º | 0.91% | 0.78% | - |
| XYZ | 31.53 | 15.62 | 43.47 | - |
| YUV | 89.47 | 177.97 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 178 | 0 | 0.91 | 0.10 | 0.22 | 306.63 | 0.84 | 0.42 |
| Hex | C6 | 11 | B2 | 0 | 5B | A | 16 | 133 | 54 | 2A |
| Octal | 306 | 21 | 262 | 0 | 133 | 12 | 26 | 463 | 124 | 52 |
| Binary | 11000110 | 10001 | 10110010 | 0 | 1011011 | 1010 | 10110 | 100110011 | 1010100 | 101010 |
Color Harmonies of #C611B2
Complementary color
Monochromatic Colors of #C611B2
Black with #C611B2
Text Example
Text Example
White with #C611B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611B2; }
p { color: rgb(198,17,178); }
H1.HeaderClassName
{
color: #C611B2;
}
.AnyTagClassName
{
color: #C611B2;
}
</style>
background-color css
<style>
a { background-color: #C611B2; }
a { background-color: rgb(198,17,178); }
div.DivClassName
{
background-color: #C611B2;
}
.BgClassName
{
background-color: #C611B2;
}
</style>
border-color css
<style>
span { border-color: #C611B2; }
span { border-color: rgb(198,17,178); }
td.TdClassName
{
border-color: #C611B2;
}
.TagClassName
{
border-color: #C611B2;
}
</style>