Shades of Deep Magenta #C60FB6
Tints of Deep Magenta #C60FB6
RGB
CMYK
RGB Variations
Color information
#C60FB6 (or 0xC60FB6) is known color: Deep Magenta. HEX triplet: C6, 0F and B6. RGB value is (198,15,182). Sum of RGB (Red+Green+Blue) = 198+15+182=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FB6 is #39F049. Grayscale: #585858. Windows color (decimal): -3797066 or 11931590. OLE color: 11931590.
HSL color Cylindrical-coordinate representation of color #C60FB6: hue angle of 305.25º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60FB6 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 182 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.22 |
| HSL | 305.25º | 0.86% | 0.42% | - |
| HSV(B) | 305.25º | 0.92% | 0.78% | - |
| XYZ | 31.9 | 15.72 | 45.61 | - |
| YUV | 88.76 | 180.63 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 182 | 0 | 0.92 | 0.08 | 0.22 | 305.25 | 0.86 | 0.42 |
| Hex | C6 | F | B6 | 0 | 5C | 8 | 16 | 131 | 56 | 2A |
| Octal | 306 | 17 | 266 | 0 | 134 | 10 | 26 | 461 | 126 | 52 |
| Binary | 11000110 | 1111 | 10110110 | 0 | 1011100 | 1000 | 10110 | 100110001 | 1010110 | 101010 |
Color Harmonies of #C60FB6
Complementary color
Monochromatic Colors of #C60FB6
Black with #C60FB6
Text Example
Text Example
White with #C60FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FB6; }
p { color: rgb(198,15,182); }
H1.HeaderClassName
{
color: #C60FB6;
}
.AnyTagClassName
{
color: #C60FB6;
}
</style>
background-color css
<style>
a { background-color: #C60FB6; }
a { background-color: rgb(198,15,182); }
div.DivClassName
{
background-color: #C60FB6;
}
.BgClassName
{
background-color: #C60FB6;
}
</style>
border-color css
<style>
span { border-color: #C60FB6; }
span { border-color: rgb(198,15,182); }
td.TdClassName
{
border-color: #C60FB6;
}
.TagClassName
{
border-color: #C60FB6;
}
</style>