Shades of Deep Magenta #C610CA
Tints of Deep Magenta #C610CA
RGB
CMYK
RGB Variations
Color information
#C610CA (or 0xC610CA) is known color: Deep Magenta. HEX triplet: C6, 10 and CA. RGB value is (198,16,202). Sum of RGB (Red+Green+Blue) = 198+16+202=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #C610CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610CA is #39EF35. Grayscale: #5B5B5B. Windows color (decimal): -3796790 or 13242566. OLE color: 13242566.
HSL color Cylindrical-coordinate representation of color #C610CA: hue angle of 298.71º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C610CA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 16 | 202 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.21 |
| HSL | 298.71º | 0.85% | 0.43% | - |
| HSV(B) | 298.71º | 0.92% | 0.79% | - |
| XYZ | 34.13 | 16.64 | 57.29 | - |
| YUV | 91.62 | 190.3 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 202 | 0.02 | 0.92 | 0 | 0.21 | 298.71 | 0.85 | 0.43 |
| Hex | C6 | 10 | CA | 2 | 5C | 0 | 15 | 12B | 55 | 2B |
| Octal | 306 | 20 | 312 | 2 | 134 | 0 | 25 | 453 | 125 | 53 |
| Binary | 11000110 | 10000 | 11001010 | 10 | 1011100 | 0 | 10101 | 100101011 | 1010101 | 101011 |
Color Harmonies of #C610CA
Complementary color
Monochromatic Colors of #C610CA
Black with #C610CA
Text Example
Text Example
White with #C610CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610CA; }
p { color: rgb(198,16,202); }
H1.HeaderClassName
{
color: #C610CA;
}
.AnyTagClassName
{
color: #C610CA;
}
</style>
background-color css
<style>
a { background-color: #C610CA; }
a { background-color: rgb(198,16,202); }
div.DivClassName
{
background-color: #C610CA;
}
.BgClassName
{
background-color: #C610CA;
}
</style>
border-color css
<style>
span { border-color: #C610CA; }
span { border-color: rgb(198,16,202); }
td.TdClassName
{
border-color: #C610CA;
}
.TagClassName
{
border-color: #C610CA;
}
</style>