Shades of Electric Purple #C30BFA
Tints of Electric Purple #C30BFA
RGB
CMYK
RGB Variations
Color information
#C30BFA (or 0xC30BFA) is known color: Electric Purple. HEX triplet: C3, 0B and FA. RGB value is (195,11,250). Sum of RGB (Red+Green+Blue) = 195+11+250=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #C30BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30BFA is #3CF405. Grayscale: #5C5C5C. Windows color (decimal): -3994630 or 16387011. OLE color: 16387011.
HSL color Cylindrical-coordinate representation of color #C30BFA: hue angle of 286.19º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30BFA is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 11 | 250 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.02 |
| HSL | 286.19º | 0.96% | 0.51% | - |
| HSV(B) | 286.19º | 0.96% | 0.98% | - |
| XYZ | 39.88 | 18.74 | 91.96 | - |
| YUV | 93.26 | 216.46 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 250 | 0.22 | 0.96 | 0 | 0.02 | 286.19 | 0.96 | 0.51 |
| Hex | C3 | B | FA | 16 | 60 | 0 | 2 | 11E | 60 | 33 |
| Octal | 303 | 13 | 372 | 26 | 140 | 0 | 2 | 436 | 140 | 63 |
| Binary | 11000011 | 1011 | 11111010 | 10110 | 1100000 | 0 | 10 | 100011110 | 1100000 | 110011 |
Color Harmonies of #C30BFA
Complementary color
Monochromatic Colors of #C30BFA
Black with #C30BFA
Text Example
Text Example
White with #C30BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BFA; }
p { color: rgb(195,11,250); }
H1.HeaderClassName
{
color: #C30BFA;
}
.AnyTagClassName
{
color: #C30BFA;
}
</style>
background-color css
<style>
a { background-color: #C30BFA; }
a { background-color: rgb(195,11,250); }
div.DivClassName
{
background-color: #C30BFA;
}
.BgClassName
{
background-color: #C30BFA;
}
</style>
border-color css
<style>
span { border-color: #C30BFA; }
span { border-color: rgb(195,11,250); }
td.TdClassName
{
border-color: #C30BFA;
}
.TagClassName
{
border-color: #C30BFA;
}
</style>