Shades of Electric Purple #C30AED
Tints of Electric Purple #C30AED
RGB
CMYK
RGB Variations
Color information
#C30AED (or 0xC30AED) is known color: Electric Purple. HEX triplet: C3, 0A and ED. RGB value is (195,10,237). Sum of RGB (Red+Green+Blue) = 195+10+237=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #C30AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30AED is #3CF512. Grayscale: #5A5A5A. Windows color (decimal): -3994899 or 15534787. OLE color: 15534787.
HSL color Cylindrical-coordinate representation of color #C30AED: hue angle of 288.9º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30AED is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 10 | 237 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.07 |
| HSL | 288.9º | 0.92% | 0.48% | - |
| HSV(B) | 288.9º | 0.96% | 0.93% | - |
| XYZ | 37.9 | 17.93 | 81.58 | - |
| YUV | 91.19 | 210.29 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 237 | 0.18 | 0.96 | 0 | 0.07 | 288.9 | 0.92 | 0.48 |
| Hex | C3 | A | ED | 12 | 60 | 0 | 7 | 121 | 5C | 30 |
| Octal | 303 | 12 | 355 | 22 | 140 | 0 | 7 | 441 | 134 | 60 |
| Binary | 11000011 | 1010 | 11101101 | 10010 | 1100000 | 0 | 111 | 100100001 | 1011100 | 110000 |
Color Harmonies of #C30AED
Complementary color
Monochromatic Colors of #C30AED
Black with #C30AED
Text Example
Text Example
White with #C30AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30AED; }
p { color: rgb(195,10,237); }
H1.HeaderClassName
{
color: #C30AED;
}
.AnyTagClassName
{
color: #C30AED;
}
</style>
background-color css
<style>
a { background-color: #C30AED; }
a { background-color: rgb(195,10,237); }
div.DivClassName
{
background-color: #C30AED;
}
.BgClassName
{
background-color: #C30AED;
}
</style>
border-color css
<style>
span { border-color: #C30AED; }
span { border-color: rgb(195,10,237); }
td.TdClassName
{
border-color: #C30AED;
}
.TagClassName
{
border-color: #C30AED;
}
</style>