Shades of Electric Purple #C30CE5
Tints of Electric Purple #C30CE5
RGB
CMYK
RGB Variations
Color information
#C30CE5 (or 0xC30CE5) is known color: Electric Purple. HEX triplet: C3, 0C and E5. RGB value is (195,12,229). Sum of RGB (Red+Green+Blue) = 195+12+229=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #C30CE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CE5 is #3CF31A. Grayscale: #5A5A5A. Windows color (decimal): -3994395 or 15011011. OLE color: 15011011.
HSL color Cylindrical-coordinate representation of color #C30CE5: hue angle of 290.6º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30CE5 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 12 | 229 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.10 |
| HSL | 290.6º | 0.9% | 0.47% | - |
| HSV(B) | 290.6º | 0.95% | 0.9% | - |
| XYZ | 36.78 | 17.52 | 75.57 | - |
| YUV | 91.46 | 205.63 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 229 | 0.15 | 0.95 | 0 | 0.10 | 290.6 | 0.9 | 0.47 |
| Hex | C3 | C | E5 | F | 5F | 0 | A | 123 | 5A | 2F |
| Octal | 303 | 14 | 345 | 17 | 137 | 0 | 12 | 443 | 132 | 57 |
| Binary | 11000011 | 1100 | 11100101 | 1111 | 1011111 | 0 | 1010 | 100100011 | 1011010 | 101111 |
Color Harmonies of #C30CE5
Complementary color
Monochromatic Colors of #C30CE5
Black with #C30CE5
Text Example
Text Example
White with #C30CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CE5; }
p { color: rgb(195,12,229); }
H1.HeaderClassName
{
color: #C30CE5;
}
.AnyTagClassName
{
color: #C30CE5;
}
</style>
background-color css
<style>
a { background-color: #C30CE5; }
a { background-color: rgb(195,12,229); }
div.DivClassName
{
background-color: #C30CE5;
}
.BgClassName
{
background-color: #C30CE5;
}
</style>
border-color css
<style>
span { border-color: #C30CE5; }
span { border-color: rgb(195,12,229); }
td.TdClassName
{
border-color: #C30CE5;
}
.TagClassName
{
border-color: #C30CE5;
}
</style>