Shades of Electric Purple #C30FFC
Tints of Electric Purple #C30FFC
RGB
CMYK
RGB Variations
Color information
#C30FFC (or 0xC30FFC) is known color: Electric Purple. HEX triplet: C3, 0F and FC. RGB value is (195,15,252). Sum of RGB (Red+Green+Blue) = 195+15+252=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #C30FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30FFC is #3CF003. Grayscale: #5F5F5F. Windows color (decimal): -3993604 or 16519107. OLE color: 16519107.
HSL color Cylindrical-coordinate representation of color #C30FFC: hue angle of 285.57º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30FFC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 15 | 252 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.01 |
| HSL | 285.57º | 0.98% | 0.52% | - |
| HSV(B) | 285.57º | 0.94% | 0.99% | - |
| XYZ | 40.25 | 18.97 | 93.64 | - |
| YUV | 95.84 | 216.13 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 252 | 0.23 | 0.94 | 0 | 0.01 | 285.57 | 0.98 | 0.52 |
| Hex | C3 | F | FC | 17 | 5E | 0 | 1 | 11E | 62 | 34 |
| Octal | 303 | 17 | 374 | 27 | 136 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000011 | 1111 | 11111100 | 10111 | 1011110 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C30FFC
Complementary color
Monochromatic Colors of #C30FFC
Black with #C30FFC
Text Example
Text Example
White with #C30FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FFC; }
p { color: rgb(195,15,252); }
H1.HeaderClassName
{
color: #C30FFC;
}
.AnyTagClassName
{
color: #C30FFC;
}
</style>
background-color css
<style>
a { background-color: #C30FFC; }
a { background-color: rgb(195,15,252); }
div.DivClassName
{
background-color: #C30FFC;
}
.BgClassName
{
background-color: #C30FFC;
}
</style>
border-color css
<style>
span { border-color: #C30FFC; }
span { border-color: rgb(195,15,252); }
td.TdClassName
{
border-color: #C30FFC;
}
.TagClassName
{
border-color: #C30FFC;
}
</style>