Shades of Deep Magenta #C62ACC
Tints of Deep Magenta #C62ACC
RGB
CMYK
RGB Variations
Color information
#C62ACC (or 0xC62ACC) is known color: Deep Magenta. HEX triplet: C6, 2A and CC. RGB value is (198,42,204). Sum of RGB (Red+Green+Blue) = 198+42+204=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #C62ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ACC is #39D533. Grayscale: #6A6A6A. Windows color (decimal): -3790132 or 13380294. OLE color: 13380294.
HSL color Cylindrical-coordinate representation of color #C62ACC: hue angle of 297.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62ACC is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 42 | 204 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.2 |
| HSL | 297.78º | 0.66% | 0.48% | - |
| HSV(B) | 297.78º | 0.79% | 0.8% | - |
| XYZ | 35.02 | 18.02 | 58.76 | - |
| YUV | 107.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 204 | 0.03 | 0.79 | 0 | 0.2 | 297.78 | 0.66 | 0.48 |
| Hex | C6 | 2A | CC | 3 | 4F | 0 | 14 | 12A | 42 | 30 |
| Octal | 306 | 52 | 314 | 3 | 117 | 0 | 24 | 452 | 102 | 60 |
| Binary | 11000110 | 101010 | 11001100 | 11 | 1001111 | 0 | 10100 | 100101010 | 1000010 | 110000 |
Color Harmonies of #C62ACC
Complementary color
Monochromatic Colors of #C62ACC
Black with #C62ACC
Text Example
Text Example
White with #C62ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62ACC; }
p { color: rgb(198,42,204); }
H1.HeaderClassName
{
color: #C62ACC;
}
.AnyTagClassName
{
color: #C62ACC;
}
</style>
background-color css
<style>
a { background-color: #C62ACC; }
a { background-color: rgb(198,42,204); }
div.DivClassName
{
background-color: #C62ACC;
}
.BgClassName
{
background-color: #C62ACC;
}
</style>
border-color css
<style>
span { border-color: #C62ACC; }
span { border-color: rgb(198,42,204); }
td.TdClassName
{
border-color: #C62ACC;
}
.TagClassName
{
border-color: #C62ACC;
}
</style>