Shades of Deep Magenta #C611CF
Tints of Deep Magenta #C611CF
RGB
CMYK
RGB Variations
Color information
#C611CF (or 0xC611CF) is known color: Deep Magenta. HEX triplet: C6, 11 and CF. RGB value is (198,17,207). Sum of RGB (Red+Green+Blue) = 198+17+207=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #C611CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C611CF is #39EE30. Grayscale: #5C5C5C. Windows color (decimal): -3796529 or 13570502. OLE color: 13570502.
HSL color Cylindrical-coordinate representation of color #C611CF: hue angle of 297.16º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C611CF is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 17 | 207 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.19 |
| HSL | 297.16º | 0.85% | 0.44% | - |
| HSV(B) | 297.16º | 0.92% | 0.81% | - |
| XYZ | 34.75 | 16.91 | 60.46 | - |
| YUV | 92.78 | 192.47 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 207 | 0.04 | 0.92 | 0 | 0.19 | 297.16 | 0.85 | 0.44 |
| Hex | C6 | 11 | CF | 4 | 5C | 0 | 13 | 129 | 55 | 2C |
| Octal | 306 | 21 | 317 | 4 | 134 | 0 | 23 | 451 | 125 | 54 |
| Binary | 11000110 | 10001 | 11001111 | 100 | 1011100 | 0 | 10011 | 100101001 | 1010101 | 101100 |
Color Harmonies of #C611CF
Complementary color
Monochromatic Colors of #C611CF
Black with #C611CF
Text Example
Text Example
White with #C611CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611CF; }
p { color: rgb(198,17,207); }
H1.HeaderClassName
{
color: #C611CF;
}
.AnyTagClassName
{
color: #C611CF;
}
</style>
background-color css
<style>
a { background-color: #C611CF; }
a { background-color: rgb(198,17,207); }
div.DivClassName
{
background-color: #C611CF;
}
.BgClassName
{
background-color: #C611CF;
}
</style>
border-color css
<style>
span { border-color: #C611CF; }
span { border-color: rgb(198,17,207); }
td.TdClassName
{
border-color: #C611CF;
}
.TagClassName
{
border-color: #C611CF;
}
</style>