Shades of Deep Magenta #C60FB4
Tints of Deep Magenta #C60FB4
RGB
CMYK
RGB Variations
Color information
#C60FB4 (or 0xC60FB4) is known color: Deep Magenta. HEX triplet: C6, 0F and B4. RGB value is (198,15,180). Sum of RGB (Red+Green+Blue) = 198+15+180=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FB4 is #39F04B. Grayscale: #585858. Windows color (decimal): -3797068 or 11800518. OLE color: 11800518.
HSL color Cylindrical-coordinate representation of color #C60FB4: hue angle of 305.9º 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 #C60FB4 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 180 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.22 |
| HSL | 305.9º | 0.86% | 0.42% | - |
| HSV(B) | 305.9º | 0.92% | 0.78% | - |
| XYZ | 31.7 | 15.64 | 44.53 | - |
| YUV | 88.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 180 | 0 | 0.92 | 0.09 | 0.22 | 305.9 | 0.86 | 0.42 |
| Hex | C6 | F | B4 | 0 | 5C | 9 | 16 | 132 | 56 | 2A |
| Octal | 306 | 17 | 264 | 0 | 134 | 11 | 26 | 462 | 126 | 52 |
| Binary | 11000110 | 1111 | 10110100 | 0 | 1011100 | 1001 | 10110 | 100110010 | 1010110 | 101010 |
Color Harmonies of #C60FB4
Complementary color
Monochromatic Colors of #C60FB4
Black with #C60FB4
Text Example
Text Example
White with #C60FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FB4; }
p { color: rgb(198,15,180); }
H1.HeaderClassName
{
color: #C60FB4;
}
.AnyTagClassName
{
color: #C60FB4;
}
</style>
background-color css
<style>
a { background-color: #C60FB4; }
a { background-color: rgb(198,15,180); }
div.DivClassName
{
background-color: #C60FB4;
}
.BgClassName
{
background-color: #C60FB4;
}
</style>
border-color css
<style>
span { border-color: #C60FB4; }
span { border-color: rgb(198,15,180); }
td.TdClassName
{
border-color: #C60FB4;
}
.TagClassName
{
border-color: #C60FB4;
}
</style>