Shades of Electric Purple #C333FE
Tints of Electric Purple #C333FE
RGB
CMYK
RGB Variations
Color information
#C333FE (or 0xC333FE) is known color: Electric Purple. HEX triplet: C3, 33 and FE. RGB value is (195,51,254). Sum of RGB (Red+Green+Blue) = 195+51+254=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 51 (20.31% from 255 or 10.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #C333FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C333FE is #3CCC01. Grayscale: #747474. Windows color (decimal): -3984386 or 16659395. OLE color: 16659395.
HSL color Cylindrical-coordinate representation of color #C333FE: hue angle of 282.56º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C333FE is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 51 | 254 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.00 |
| HSL | 282.56º | 0.99% | 0.6% | - |
| HSV(B) | 282.56º | 0.8% | 1% | - |
| XYZ | 41.58 | 21.13 | 95.65 | - |
| YUV | 117.2 | 205.21 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 254 | 0.23 | 0.80 | 0 | 0.00 | 282.56 | 0.99 | 0.6 |
| Hex | C3 | 33 | FE | 17 | 50 | 0 | 0 | 11B | 63 | 3C |
| Octal | 303 | 63 | 376 | 27 | 120 | 0 | 0 | 433 | 143 | 74 |
| Binary | 11000011 | 110011 | 11111110 | 10111 | 1010000 | 0 | 0 | 100011011 | 1100011 | 111100 |
Color Harmonies of #C333FE
Complementary color
Monochromatic Colors of #C333FE
Black with #C333FE
Text Example
Text Example
White with #C333FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333FE; }
p { color: rgb(195,51,254); }
H1.HeaderClassName
{
color: #C333FE;
}
.AnyTagClassName
{
color: #C333FE;
}
</style>
background-color css
<style>
a { background-color: #C333FE; }
a { background-color: rgb(195,51,254); }
div.DivClassName
{
background-color: #C333FE;
}
.BgClassName
{
background-color: #C333FE;
}
</style>
border-color css
<style>
span { border-color: #C333FE; }
span { border-color: rgb(195,51,254); }
td.TdClassName
{
border-color: #C333FE;
}
.TagClassName
{
border-color: #C333FE;
}
</style>