Shades of Electric Purple #C30AFF
Tints of Electric Purple #C30AFF
RGB
CMYK
RGB Variations
Color information
#C30AFF (or 0xC30AFF) is known color: Electric Purple. HEX triplet: C3, 0A and FF. RGB value is (195,10,255). Sum of RGB (Red+Green+Blue) = 195+10+255=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 10 (4.30% from 255 or 2.17% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #C30AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30AFF is #3CF500. Grayscale: #5C5C5C. Windows color (decimal): -3994881 or 16714435. OLE color: 16714435.
HSL color Cylindrical-coordinate representation of color #C30AFF: hue angle of 285.31º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30AFF is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 10 | 255 | - |
| CMYK | 0.24 | 0.96 | 0 | 0 |
| HSL | 285.31º | 1% | 0.52% | - |
| HSV(B) | 285.31º | 0.96% | 1% | - |
| XYZ | 40.66 | 19.04 | 96.14 | - |
| YUV | 93.25 | 219.29 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 255 | 0.24 | 0.96 | 0 | 0 | 285.31 | 1 | 0.52 |
| Hex | C3 | A | FF | 18 | 60 | 0 | 0 | 11D | 64 | 34 |
| Octal | 303 | 12 | 377 | 30 | 140 | 0 | 0 | 435 | 144 | 64 |
| Binary | 11000011 | 1010 | 11111111 | 11000 | 1100000 | 0 | 0 | 100011101 | 1100100 | 110100 |
Color Harmonies of #C30AFF
Complementary color
Monochromatic Colors of #C30AFF
Black with #C30AFF
Text Example
Text Example
White with #C30AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30AFF; }
p { color: rgb(195,10,255); }
H1.HeaderClassName
{
color: #C30AFF;
}
.AnyTagClassName
{
color: #C30AFF;
}
</style>
background-color css
<style>
a { background-color: #C30AFF; }
a { background-color: rgb(195,10,255); }
div.DivClassName
{
background-color: #C30AFF;
}
.BgClassName
{
background-color: #C30AFF;
}
</style>
border-color css
<style>
span { border-color: #C30AFF; }
span { border-color: rgb(195,10,255); }
td.TdClassName
{
border-color: #C30AFF;
}
.TagClassName
{
border-color: #C30AFF;
}
</style>