Shades of Deep Magenta #C620C4
Tints of Deep Magenta #C620C4
RGB
CMYK
RGB Variations
Color information
#C620C4 (or 0xC620C4) is known color: Deep Magenta. HEX triplet: C6, 20 and C4. RGB value is (198,32,196). Sum of RGB (Red+Green+Blue) = 198+32+196=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C620C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620C4 is #39DF3B. Grayscale: #636363. Windows color (decimal): -3792700 or 12853446. OLE color: 12853446.
HSL color Cylindrical-coordinate representation of color #C620C4: hue angle of 300.72º 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 #C620C4 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 196 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.22 |
| HSL | 300.72º | 0.72% | 0.45% | - |
| HSV(B) | 300.72º | 0.84% | 0.78% | - |
| XYZ | 33.77 | 17.02 | 53.73 | - |
| YUV | 100.33 | 182 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 196 | 0 | 0.84 | 0.01 | 0.22 | 300.72 | 0.72 | 0.45 |
| Hex | C6 | 20 | C4 | 0 | 54 | 1 | 16 | 12D | 48 | 2D |
| Octal | 306 | 40 | 304 | 0 | 124 | 1 | 26 | 455 | 110 | 55 |
| Binary | 11000110 | 100000 | 11000100 | 0 | 1010100 | 1 | 10110 | 100101101 | 1001000 | 101101 |
Color Harmonies of #C620C4
Complementary color
Monochromatic Colors of #C620C4
Black with #C620C4
Text Example
Text Example
White with #C620C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C620C4; }
p { color: rgb(198,32,196); }
H1.HeaderClassName
{
color: #C620C4;
}
.AnyTagClassName
{
color: #C620C4;
}
</style>
background-color css
<style>
a { background-color: #C620C4; }
a { background-color: rgb(198,32,196); }
div.DivClassName
{
background-color: #C620C4;
}
.BgClassName
{
background-color: #C620C4;
}
</style>
border-color css
<style>
span { border-color: #C620C4; }
span { border-color: rgb(198,32,196); }
td.TdClassName
{
border-color: #C620C4;
}
.TagClassName
{
border-color: #C620C4;
}
</style>