Shades of Deep Magenta #C61CCA
Tints of Deep Magenta #C61CCA
RGB
CMYK
RGB Variations
Color information
#C61CCA (or 0xC61CCA) is known color: Deep Magenta. HEX triplet: C6, 1C and CA. RGB value is (198,28,202). Sum of RGB (Red+Green+Blue) = 198+28+202=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #C61CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CCA is #39E335. Grayscale: #626262. Windows color (decimal): -3793718 or 13245638. OLE color: 13245638.
HSL color Cylindrical-coordinate representation of color #C61CCA: hue angle of 298.62º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61CCA is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 28 | 202 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.21 |
| HSL | 298.62º | 0.76% | 0.45% | - |
| HSV(B) | 298.62º | 0.86% | 0.79% | - |
| XYZ | 34.36 | 17.1 | 57.37 | - |
| YUV | 98.67 | 186.32 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 202 | 0.02 | 0.86 | 0 | 0.21 | 298.62 | 0.76 | 0.45 |
| Hex | C6 | 1C | CA | 2 | 56 | 0 | 15 | 12B | 4C | 2D |
| Octal | 306 | 34 | 312 | 2 | 126 | 0 | 25 | 453 | 114 | 55 |
| Binary | 11000110 | 11100 | 11001010 | 10 | 1010110 | 0 | 10101 | 100101011 | 1001100 | 101101 |
Color Harmonies of #C61CCA
Complementary color
Monochromatic Colors of #C61CCA
Black with #C61CCA
Text Example
Text Example
White with #C61CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CCA; }
p { color: rgb(198,28,202); }
H1.HeaderClassName
{
color: #C61CCA;
}
.AnyTagClassName
{
color: #C61CCA;
}
</style>
background-color css
<style>
a { background-color: #C61CCA; }
a { background-color: rgb(198,28,202); }
div.DivClassName
{
background-color: #C61CCA;
}
.BgClassName
{
background-color: #C61CCA;
}
</style>
border-color css
<style>
span { border-color: #C61CCA; }
span { border-color: rgb(198,28,202); }
td.TdClassName
{
border-color: #C61CCA;
}
.TagClassName
{
border-color: #C61CCA;
}
</style>