Shades of Electric Purple #C303FA
Tints of Electric Purple #C303FA
RGB
CMYK
RGB Variations
Color information
#C303FA (or 0xC303FA) is known color: Electric Purple. HEX triplet: C3, 03 and FA. RGB value is (195,3,250). Sum of RGB (Red+Green+Blue) = 195+3+250=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #C303FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C303FA is #3CFC05. Grayscale: #575757. Windows color (decimal): -3996678 or 16384963. OLE color: 16384963.
HSL color Cylindrical-coordinate representation of color #C303FA: hue angle of 286.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C303FA is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 3 | 250 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.02 |
| HSL | 286.64º | 0.98% | 0.5% | - |
| HSV(B) | 286.64º | 0.99% | 0.98% | - |
| XYZ | 39.79 | 18.57 | 91.93 | - |
| YUV | 88.57 | 219.11 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 250 | 0.22 | 0.99 | 0 | 0.02 | 286.64 | 0.98 | 0.5 |
| Hex | C3 | 3 | FA | 16 | 63 | 0 | 2 | 11F | 62 | 32 |
| Octal | 303 | 3 | 372 | 26 | 143 | 0 | 2 | 437 | 142 | 62 |
| Binary | 11000011 | 11 | 11111010 | 10110 | 1100011 | 0 | 10 | 100011111 | 1100010 | 110010 |
Color Harmonies of #C303FA
Complementary color
Monochromatic Colors of #C303FA
Black with #C303FA
Text Example
Text Example
White with #C303FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C303FA; }
p { color: rgb(195,3,250); }
H1.HeaderClassName
{
color: #C303FA;
}
.AnyTagClassName
{
color: #C303FA;
}
</style>
background-color css
<style>
a { background-color: #C303FA; }
a { background-color: rgb(195,3,250); }
div.DivClassName
{
background-color: #C303FA;
}
.BgClassName
{
background-color: #C303FA;
}
</style>
border-color css
<style>
span { border-color: #C303FA; }
span { border-color: rgb(195,3,250); }
td.TdClassName
{
border-color: #C303FA;
}
.TagClassName
{
border-color: #C303FA;
}
</style>