Shades of Electric Purple #C62AFC
Tints of Electric Purple #C62AFC
RGB
CMYK
RGB Variations
Color information
#C62AFC (or 0xC62AFC) is known color: Electric Purple. HEX triplet: C6, 2A and FC. RGB value is (198,42,252). Sum of RGB (Red+Green+Blue) = 198+42+252=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 42 (16.80% from 255 or 8.54% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #C62AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62AFC is #39D503. Grayscale: #6F6F6F. Windows color (decimal): -3790084 or 16526022. OLE color: 16526022.
HSL color Cylindrical-coordinate representation of color #C62AFC: hue angle of 284.57º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62AFC is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 42 | 252 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.01 |
| HSL | 284.57º | 0.97% | 0.58% | - |
| HSV(B) | 284.57º | 0.83% | 0.99% | - |
| XYZ | 41.69 | 20.69 | 93.89 | - |
| YUV | 112.58 | 206.68 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 252 | 0.21 | 0.83 | 0 | 0.01 | 284.57 | 0.97 | 0.58 |
| Hex | C6 | 2A | FC | 15 | 53 | 0 | 1 | 11D | 61 | 3A |
| Octal | 306 | 52 | 374 | 25 | 123 | 0 | 1 | 435 | 141 | 72 |
| Binary | 11000110 | 101010 | 11111100 | 10101 | 1010011 | 0 | 1 | 100011101 | 1100001 | 111010 |
Color Harmonies of #C62AFC
Complementary color
Monochromatic Colors of #C62AFC
Black with #C62AFC
Text Example
Text Example
White with #C62AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62AFC; }
p { color: rgb(198,42,252); }
H1.HeaderClassName
{
color: #C62AFC;
}
.AnyTagClassName
{
color: #C62AFC;
}
</style>
background-color css
<style>
a { background-color: #C62AFC; }
a { background-color: rgb(198,42,252); }
div.DivClassName
{
background-color: #C62AFC;
}
.BgClassName
{
background-color: #C62AFC;
}
</style>
border-color css
<style>
span { border-color: #C62AFC; }
span { border-color: rgb(198,42,252); }
td.TdClassName
{
border-color: #C62AFC;
}
.TagClassName
{
border-color: #C62AFC;
}
</style>