Shades of Electric Purple #C334FC
Tints of Electric Purple #C334FC
RGB
CMYK
RGB Variations
Color information
#C334FC (or 0xC334FC) is known color: Electric Purple. HEX triplet: C3, 34 and FC. RGB value is (195,52,252). Sum of RGB (Red+Green+Blue) = 195+52+252=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #C334FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C334FC is #3CCB03. Grayscale: #747474. Windows color (decimal): -3984132 or 16528579. OLE color: 16528579.
HSL color Cylindrical-coordinate representation of color #C334FC: hue angle of 282.9º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C334FC is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 52 | 252 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.01 |
| HSL | 282.9º | 0.97% | 0.6% | - |
| HSV(B) | 282.9º | 0.79% | 0.99% | - |
| XYZ | 41.3 | 21.09 | 93.99 | - |
| YUV | 117.56 | 203.88 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 252 | 0.23 | 0.79 | 0 | 0.01 | 282.9 | 0.97 | 0.6 |
| Hex | C3 | 34 | FC | 17 | 4F | 0 | 1 | 11B | 61 | 3C |
| Octal | 303 | 64 | 374 | 27 | 117 | 0 | 1 | 433 | 141 | 74 |
| Binary | 11000011 | 110100 | 11111100 | 10111 | 1001111 | 0 | 1 | 100011011 | 1100001 | 111100 |
Color Harmonies of #C334FC
Complementary color
Monochromatic Colors of #C334FC
Black with #C334FC
Text Example
Text Example
White with #C334FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334FC; }
p { color: rgb(195,52,252); }
H1.HeaderClassName
{
color: #C334FC;
}
.AnyTagClassName
{
color: #C334FC;
}
</style>
background-color css
<style>
a { background-color: #C334FC; }
a { background-color: rgb(195,52,252); }
div.DivClassName
{
background-color: #C334FC;
}
.BgClassName
{
background-color: #C334FC;
}
</style>
border-color css
<style>
span { border-color: #C334FC; }
span { border-color: rgb(195,52,252); }
td.TdClassName
{
border-color: #C334FC;
}
.TagClassName
{
border-color: #C334FC;
}
</style>