Shades of Deep Magenta #C60CCA
Tints of Deep Magenta #C60CCA
RGB
CMYK
RGB Variations
Color information
#C60CCA (or 0xC60CCA) is known color: Deep Magenta. HEX triplet: C6, 0C and CA. RGB value is (198,12,202). Sum of RGB (Red+Green+Blue) = 198+12+202=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #C60CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CCA is #39F335. Grayscale: #585858. Windows color (decimal): -3797814 or 13241542. OLE color: 13241542.
HSL color Cylindrical-coordinate representation of color #C60CCA: hue angle of 298.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60CCA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 12 | 202 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.21 |
| HSL | 298.74º | 0.89% | 0.42% | - |
| HSV(B) | 298.74º | 0.94% | 0.79% | - |
| XYZ | 34.08 | 16.53 | 57.27 | - |
| YUV | 89.27 | 191.62 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 12 | 202 | 0.02 | 0.94 | 0 | 0.21 | 298.74 | 0.89 | 0.42 |
| Hex | C6 | C | CA | 2 | 5E | 0 | 15 | 12B | 59 | 2A |
| Octal | 306 | 14 | 312 | 2 | 136 | 0 | 25 | 453 | 131 | 52 |
| Binary | 11000110 | 1100 | 11001010 | 10 | 1011110 | 0 | 10101 | 100101011 | 1011001 | 101010 |
Color Harmonies of #C60CCA
Complementary color
Monochromatic Colors of #C60CCA
Black with #C60CCA
Text Example
Text Example
White with #C60CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60CCA; }
p { color: rgb(198,12,202); }
H1.HeaderClassName
{
color: #C60CCA;
}
.AnyTagClassName
{
color: #C60CCA;
}
</style>
background-color css
<style>
a { background-color: #C60CCA; }
a { background-color: rgb(198,12,202); }
div.DivClassName
{
background-color: #C60CCA;
}
.BgClassName
{
background-color: #C60CCA;
}
</style>
border-color css
<style>
span { border-color: #C60CCA; }
span { border-color: rgb(198,12,202); }
td.TdClassName
{
border-color: #C60CCA;
}
.TagClassName
{
border-color: #C60CCA;
}
</style>