Shades of Deep Magenta #C620CA
Tints of Deep Magenta #C620CA
RGB
CMYK
RGB Variations
Color information
#C620CA (or 0xC620CA) is known color: Deep Magenta. HEX triplet: C6, 20 and CA. RGB value is (198,32,202). Sum of RGB (Red+Green+Blue) = 198+32+202=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #C620CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620CA is #39DF35. Grayscale: #646464. Windows color (decimal): -3792694 or 13246662. OLE color: 13246662.
HSL color Cylindrical-coordinate representation of color #C620CA: hue angle of 298.59º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C620CA is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 32 | 202 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.21 |
| HSL | 298.59º | 0.73% | 0.46% | - |
| HSV(B) | 298.59º | 0.84% | 0.79% | - |
| XYZ | 34.47 | 17.3 | 57.4 | - |
| YUV | 101.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 202 | 0.02 | 0.84 | 0 | 0.21 | 298.59 | 0.73 | 0.46 |
| Hex | C6 | 20 | CA | 2 | 54 | 0 | 15 | 12B | 49 | 2E |
| Octal | 306 | 40 | 312 | 2 | 124 | 0 | 25 | 453 | 111 | 56 |
| Binary | 11000110 | 100000 | 11001010 | 10 | 1010100 | 0 | 10101 | 100101011 | 1001001 | 101110 |
Color Harmonies of #C620CA
Complementary color
Monochromatic Colors of #C620CA
Black with #C620CA
Text Example
Text Example
White with #C620CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C620CA; }
p { color: rgb(198,32,202); }
H1.HeaderClassName
{
color: #C620CA;
}
.AnyTagClassName
{
color: #C620CA;
}
</style>
background-color css
<style>
a { background-color: #C620CA; }
a { background-color: rgb(198,32,202); }
div.DivClassName
{
background-color: #C620CA;
}
.BgClassName
{
background-color: #C620CA;
}
</style>
border-color css
<style>
span { border-color: #C620CA; }
span { border-color: rgb(198,32,202); }
td.TdClassName
{
border-color: #C620CA;
}
.TagClassName
{
border-color: #C620CA;
}
</style>