Shades of Deep Magenta #C620C1
Tints of Deep Magenta #C620C1
RGB
CMYK
RGB Variations
Color information
#C620C1 (or 0xC620C1) is known color: Deep Magenta. HEX triplet: C6, 20 and C1. RGB value is (198,32,193). Sum of RGB (Red+Green+Blue) = 198+32+193=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C620C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620C1 is #39DF3E. Grayscale: #636363. Windows color (decimal): -3792703 or 12656838. OLE color: 12656838.
HSL color Cylindrical-coordinate representation of color #C620C1: hue angle of 301.81º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C620C1 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 193 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.22 |
| HSL | 301.81º | 0.72% | 0.45% | - |
| HSV(B) | 301.81º | 0.84% | 0.78% | - |
| XYZ | 33.43 | 16.89 | 51.95 | - |
| YUV | 99.99 | 180.5 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 193 | 0 | 0.84 | 0.03 | 0.22 | 301.81 | 0.72 | 0.45 |
| Hex | C6 | 20 | C1 | 0 | 54 | 3 | 16 | 12E | 48 | 2D |
| Octal | 306 | 40 | 301 | 0 | 124 | 3 | 26 | 456 | 110 | 55 |
| Binary | 11000110 | 100000 | 11000001 | 0 | 1010100 | 11 | 10110 | 100101110 | 1001000 | 101101 |
Color Harmonies of #C620C1
Complementary color
Monochromatic Colors of #C620C1
Black with #C620C1
Text Example
Text Example
White with #C620C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C620C1; }
p { color: rgb(198,32,193); }
H1.HeaderClassName
{
color: #C620C1;
}
.AnyTagClassName
{
color: #C620C1;
}
</style>
background-color css
<style>
a { background-color: #C620C1; }
a { background-color: rgb(198,32,193); }
div.DivClassName
{
background-color: #C620C1;
}
.BgClassName
{
background-color: #C620C1;
}
</style>
border-color css
<style>
span { border-color: #C620C1; }
span { border-color: rgb(198,32,193); }
td.TdClassName
{
border-color: #C620C1;
}
.TagClassName
{
border-color: #C620C1;
}
</style>