Shades of Electric Purple #C30AFC
Tints of Electric Purple #C30AFC
RGB
CMYK
RGB Variations
Color information
#C30AFC (or 0xC30AFC) is known color: Electric Purple. HEX triplet: C3, 0A and FC. RGB value is (195,10,252). Sum of RGB (Red+Green+Blue) = 195+10+252=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #C30AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30AFC is #3CF503. Grayscale: #5C5C5C. Windows color (decimal): -3994884 or 16517827. OLE color: 16517827.
HSL color Cylindrical-coordinate representation of color #C30AFC: hue angle of 285.87º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30AFC is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 10 | 252 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.01 |
| HSL | 285.87º | 0.98% | 0.51% | - |
| HSV(B) | 285.87º | 0.96% | 0.99% | - |
| XYZ | 40.18 | 18.85 | 93.62 | - |
| YUV | 92.9 | 217.79 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 252 | 0.23 | 0.96 | 0 | 0.01 | 285.87 | 0.98 | 0.51 |
| Hex | C3 | A | FC | 17 | 60 | 0 | 1 | 11E | 62 | 33 |
| Octal | 303 | 12 | 374 | 27 | 140 | 0 | 1 | 436 | 142 | 63 |
| Binary | 11000011 | 1010 | 11111100 | 10111 | 1100000 | 0 | 1 | 100011110 | 1100010 | 110011 |
Color Harmonies of #C30AFC
Complementary color
Monochromatic Colors of #C30AFC
Black with #C30AFC
Text Example
Text Example
White with #C30AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30AFC; }
p { color: rgb(195,10,252); }
H1.HeaderClassName
{
color: #C30AFC;
}
.AnyTagClassName
{
color: #C30AFC;
}
</style>
background-color css
<style>
a { background-color: #C30AFC; }
a { background-color: rgb(195,10,252); }
div.DivClassName
{
background-color: #C30AFC;
}
.BgClassName
{
background-color: #C30AFC;
}
</style>
border-color css
<style>
span { border-color: #C30AFC; }
span { border-color: rgb(195,10,252); }
td.TdClassName
{
border-color: #C30AFC;
}
.TagClassName
{
border-color: #C30AFC;
}
</style>