Shades of Electric Purple #C320FB
Tints of Electric Purple #C320FB
RGB
CMYK
RGB Variations
Color information
#C320FB (or 0xC320FB) is known color: Electric Purple. HEX triplet: C3, 20 and FB. RGB value is (195,32,251). Sum of RGB (Red+Green+Blue) = 195+32+251=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #C320FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C320FB is #3CDF04. Grayscale: #686868. Windows color (decimal): -3989253 or 16457923. OLE color: 16457923.
HSL color Cylindrical-coordinate representation of color #C320FB: hue angle of 284.66º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C320FB is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 32 | 251 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.02 |
| HSL | 284.66º | 0.96% | 0.55% | - |
| HSV(B) | 284.66º | 0.87% | 0.98% | - |
| XYZ | 40.43 | 19.6 | 92.92 | - |
| YUV | 105.7 | 210 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 251 | 0.22 | 0.87 | 0 | 0.02 | 284.66 | 0.96 | 0.55 |
| Hex | C3 | 20 | FB | 16 | 57 | 0 | 2 | 11D | 60 | 37 |
| Octal | 303 | 40 | 373 | 26 | 127 | 0 | 2 | 435 | 140 | 67 |
| Binary | 11000011 | 100000 | 11111011 | 10110 | 1010111 | 0 | 10 | 100011101 | 1100000 | 110111 |
Color Harmonies of #C320FB
Complementary color
Monochromatic Colors of #C320FB
Black with #C320FB
Text Example
Text Example
White with #C320FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320FB; }
p { color: rgb(195,32,251); }
H1.HeaderClassName
{
color: #C320FB;
}
.AnyTagClassName
{
color: #C320FB;
}
</style>
background-color css
<style>
a { background-color: #C320FB; }
a { background-color: rgb(195,32,251); }
div.DivClassName
{
background-color: #C320FB;
}
.BgClassName
{
background-color: #C320FB;
}
</style>
border-color css
<style>
span { border-color: #C320FB; }
span { border-color: rgb(195,32,251); }
td.TdClassName
{
border-color: #C320FB;
}
.TagClassName
{
border-color: #C320FB;
}
</style>