Shades of Electric Purple #C301FB
Tints of Electric Purple #C301FB
RGB
CMYK
RGB Variations
Color information
#C301FB (or 0xC301FB) is known color: Electric Purple. HEX triplet: C3, 01 and FB. RGB value is (195,1,251). Sum of RGB (Red+Green+Blue) = 195+1+251=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #C301FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C301FB is #3CFE04. Grayscale: #565656. Windows color (decimal): -3997189 or 16449987. OLE color: 16449987.
HSL color Cylindrical-coordinate representation of color #C301FB: hue angle of 286.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301FB is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 1 | 251 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.02 |
| HSL | 286.56º | 0.99% | 0.49% | - |
| HSV(B) | 286.56º | 1% | 0.98% | - |
| XYZ | 39.93 | 18.59 | 92.75 | - |
| YUV | 87.51 | 220.27 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 251 | 0.22 | 1.00 | 0 | 0.02 | 286.56 | 0.99 | 0.49 |
| Hex | C3 | 1 | FB | 16 | 64 | 0 | 2 | 11F | 63 | 31 |
| Octal | 303 | 1 | 373 | 26 | 144 | 0 | 2 | 437 | 143 | 61 |
| Binary | 11000011 | 1 | 11111011 | 10110 | 1100100 | 0 | 10 | 100011111 | 1100011 | 110001 |
Color Harmonies of #C301FB
Complementary color
Monochromatic Colors of #C301FB
Black with #C301FB
Text Example
Text Example
White with #C301FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301FB; }
p { color: rgb(195,1,251); }
H1.HeaderClassName
{
color: #C301FB;
}
.AnyTagClassName
{
color: #C301FB;
}
</style>
background-color css
<style>
a { background-color: #C301FB; }
a { background-color: rgb(195,1,251); }
div.DivClassName
{
background-color: #C301FB;
}
.BgClassName
{
background-color: #C301FB;
}
</style>
border-color css
<style>
span { border-color: #C301FB; }
span { border-color: rgb(195,1,251); }
td.TdClassName
{
border-color: #C301FB;
}
.TagClassName
{
border-color: #C301FB;
}
</style>