Shades of Electric Purple #C30FFB
Tints of Electric Purple #C30FFB
RGB
CMYK
RGB Variations
Color information
#C30FFB (or 0xC30FFB) is known color: Electric Purple. HEX triplet: C3, 0F and FB. RGB value is (195,15,251). Sum of RGB (Red+Green+Blue) = 195+15+251=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #C30FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30FFB is #3CF004. Grayscale: #5E5E5E. Windows color (decimal): -3993605 or 16453571. OLE color: 16453571.
HSL color Cylindrical-coordinate representation of color #C30FFB: hue angle of 285.76º degrees, saturation: 0.97, 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 #C30FFB is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 15 | 251 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.02 |
| HSL | 285.76º | 0.97% | 0.52% | - |
| HSV(B) | 285.76º | 0.94% | 0.98% | - |
| XYZ | 40.09 | 18.91 | 92.8 | - |
| YUV | 95.72 | 215.63 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 251 | 0.22 | 0.94 | 0 | 0.02 | 285.76 | 0.97 | 0.52 |
| Hex | C3 | F | FB | 16 | 5E | 0 | 2 | 11E | 61 | 34 |
| Octal | 303 | 17 | 373 | 26 | 136 | 0 | 2 | 436 | 141 | 64 |
| Binary | 11000011 | 1111 | 11111011 | 10110 | 1011110 | 0 | 10 | 100011110 | 1100001 | 110100 |
Color Harmonies of #C30FFB
Complementary color
Monochromatic Colors of #C30FFB
Black with #C30FFB
Text Example
Text Example
White with #C30FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FFB; }
p { color: rgb(195,15,251); }
H1.HeaderClassName
{
color: #C30FFB;
}
.AnyTagClassName
{
color: #C30FFB;
}
</style>
background-color css
<style>
a { background-color: #C30FFB; }
a { background-color: rgb(195,15,251); }
div.DivClassName
{
background-color: #C30FFB;
}
.BgClassName
{
background-color: #C30FFB;
}
</style>
border-color css
<style>
span { border-color: #C30FFB; }
span { border-color: rgb(195,15,251); }
td.TdClassName
{
border-color: #C30FFB;
}
.TagClassName
{
border-color: #C30FFB;
}
</style>