Shades of Electric Purple #C330FC
Tints of Electric Purple #C330FC
RGB
CMYK
RGB Variations
Color information
#C330FC (or 0xC330FC) is known color: Electric Purple. HEX triplet: C3, 30 and FC. RGB value is (195,48,252). Sum of RGB (Red+Green+Blue) = 195+48+252=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #C330FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C330FC is #3CCF03. Grayscale: #727272. Windows color (decimal): -3985156 or 16527555. OLE color: 16527555.
HSL color Cylindrical-coordinate representation of color #C330FC: hue angle of 283.24º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C330FC is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 48 | 252 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.01 |
| HSL | 283.24º | 0.97% | 0.59% | - |
| HSV(B) | 283.24º | 0.81% | 0.99% | - |
| XYZ | 41.13 | 20.74 | 93.93 | - |
| YUV | 115.21 | 205.2 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 252 | 0.23 | 0.81 | 0 | 0.01 | 283.24 | 0.97 | 0.59 |
| Hex | C3 | 30 | FC | 17 | 51 | 0 | 1 | 11B | 61 | 3B |
| Octal | 303 | 60 | 374 | 27 | 121 | 0 | 1 | 433 | 141 | 73 |
| Binary | 11000011 | 110000 | 11111100 | 10111 | 1010001 | 0 | 1 | 100011011 | 1100001 | 111011 |
Color Harmonies of #C330FC
Complementary color
Monochromatic Colors of #C330FC
Black with #C330FC
Text Example
Text Example
White with #C330FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330FC; }
p { color: rgb(195,48,252); }
H1.HeaderClassName
{
color: #C330FC;
}
.AnyTagClassName
{
color: #C330FC;
}
</style>
background-color css
<style>
a { background-color: #C330FC; }
a { background-color: rgb(195,48,252); }
div.DivClassName
{
background-color: #C330FC;
}
.BgClassName
{
background-color: #C330FC;
}
</style>
border-color css
<style>
span { border-color: #C330FC; }
span { border-color: rgb(195,48,252); }
td.TdClassName
{
border-color: #C330FC;
}
.TagClassName
{
border-color: #C330FC;
}
</style>