Shades of Electric Purple #C30FF9
Tints of Electric Purple #C30FF9
RGB
CMYK
RGB Variations
Color information
#C30FF9 (or 0xC30FF9) is known color: Electric Purple. HEX triplet: C3, 0F and F9. RGB value is (195,15,249). Sum of RGB (Red+Green+Blue) = 195+15+249=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #C30FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30FF9 is #3CF006. Grayscale: #5E5E5E. Windows color (decimal): -3993607 or 16322499. OLE color: 16322499.
HSL color Cylindrical-coordinate representation of color #C30FF9: hue angle of 286.15º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30FF9 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 15 | 249 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.02 |
| HSL | 286.15º | 0.95% | 0.52% | - |
| HSV(B) | 286.15º | 0.94% | 0.98% | - |
| XYZ | 39.78 | 18.78 | 91.15 | - |
| YUV | 95.5 | 214.63 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 249 | 0.22 | 0.94 | 0 | 0.02 | 286.15 | 0.95 | 0.52 |
| Hex | C3 | F | F9 | 16 | 5E | 0 | 2 | 11E | 5F | 34 |
| Octal | 303 | 17 | 371 | 26 | 136 | 0 | 2 | 436 | 137 | 64 |
| Binary | 11000011 | 1111 | 11111001 | 10110 | 1011110 | 0 | 10 | 100011110 | 1011111 | 110100 |
Color Harmonies of #C30FF9
Complementary color
Monochromatic Colors of #C30FF9
Black with #C30FF9
Text Example
Text Example
White with #C30FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FF9; }
p { color: rgb(195,15,249); }
H1.HeaderClassName
{
color: #C30FF9;
}
.AnyTagClassName
{
color: #C30FF9;
}
</style>
background-color css
<style>
a { background-color: #C30FF9; }
a { background-color: rgb(195,15,249); }
div.DivClassName
{
background-color: #C30FF9;
}
.BgClassName
{
background-color: #C30FF9;
}
</style>
border-color css
<style>
span { border-color: #C30FF9; }
span { border-color: rgb(195,15,249); }
td.TdClassName
{
border-color: #C30FF9;
}
.TagClassName
{
border-color: #C30FF9;
}
</style>