Shades of Electric Purple #C300FA
Tints of Electric Purple #C300FA
RGB
CMYK
RGB Variations
Color information
#C300FA (or 0xC300FA) is known color: Electric Purple. HEX triplet: C3, 00 and FA. RGB value is (195,0,250). Sum of RGB (Red+Green+Blue) = 195+0+250=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #C300FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C300FA is #3CFF05. Grayscale: #565656. Windows color (decimal): -3997446 or 16384195. OLE color: 16384195.
HSL color Cylindrical-coordinate representation of color #C300FA: hue angle of 286.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300FA is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 0 | 250 | - |
| CMYK | 0.22 | 1 | 0 | 0.02 |
| HSL | 286.8º | 1% | 0.49% | - |
| HSV(B) | 286.8º | 1% | 0.98% | - |
| XYZ | 39.76 | 18.5 | 91.92 | - |
| YUV | 86.81 | 220.1 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 250 | 0.22 | 1 | 0 | 0.02 | 286.8 | 1 | 0.49 |
| Hex | C3 | 0 | FA | 16 | 64 | 0 | 2 | 11F | 64 | 31 |
| Octal | 303 | 0 | 372 | 26 | 144 | 0 | 2 | 437 | 144 | 61 |
| Binary | 11000011 | 0 | 11111010 | 10110 | 1100100 | 0 | 10 | 100011111 | 1100100 | 110001 |
Color Harmonies of #C300FA
Complementary color
Monochromatic Colors of #C300FA
Black with #C300FA
Text Example
Text Example
White with #C300FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C300FA; }
p { color: rgb(195,0,250); }
H1.HeaderClassName
{
color: #C300FA;
}
.AnyTagClassName
{
color: #C300FA;
}
</style>
background-color css
<style>
a { background-color: #C300FA; }
a { background-color: rgb(195,0,250); }
div.DivClassName
{
background-color: #C300FA;
}
.BgClassName
{
background-color: #C300FA;
}
</style>
border-color css
<style>
span { border-color: #C300FA; }
span { border-color: rgb(195,0,250); }
td.TdClassName
{
border-color: #C300FA;
}
.TagClassName
{
border-color: #C300FA;
}
</style>