Shades of Electric Purple #C333FA
Tints of Electric Purple #C333FA
RGB
CMYK
RGB Variations
Color information
#C333FA (or 0xC333FA) is known color: Electric Purple. HEX triplet: C3, 33 and FA. RGB value is (195,51,250). Sum of RGB (Red+Green+Blue) = 195+51+250=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #C333FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C333FA is #3CCC05. Grayscale: #747474. Windows color (decimal): -3984390 or 16397251. OLE color: 16397251.
HSL color Cylindrical-coordinate representation of color #C333FA: hue angle of 283.42º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C333FA is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 51 | 250 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.02 |
| HSL | 283.42º | 0.95% | 0.59% | - |
| HSV(B) | 283.42º | 0.8% | 0.98% | - |
| XYZ | 40.94 | 20.87 | 92.31 | - |
| YUV | 116.74 | 203.21 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 250 | 0.22 | 0.80 | 0 | 0.02 | 283.42 | 0.95 | 0.59 |
| Hex | C3 | 33 | FA | 16 | 50 | 0 | 2 | 11B | 5F | 3B |
| Octal | 303 | 63 | 372 | 26 | 120 | 0 | 2 | 433 | 137 | 73 |
| Binary | 11000011 | 110011 | 11111010 | 10110 | 1010000 | 0 | 10 | 100011011 | 1011111 | 111011 |
Color Harmonies of #C333FA
Complementary color
Monochromatic Colors of #C333FA
Black with #C333FA
Text Example
Text Example
White with #C333FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333FA; }
p { color: rgb(195,51,250); }
H1.HeaderClassName
{
color: #C333FA;
}
.AnyTagClassName
{
color: #C333FA;
}
</style>
background-color css
<style>
a { background-color: #C333FA; }
a { background-color: rgb(195,51,250); }
div.DivClassName
{
background-color: #C333FA;
}
.BgClassName
{
background-color: #C333FA;
}
</style>
border-color css
<style>
span { border-color: #C333FA; }
span { border-color: rgb(195,51,250); }
td.TdClassName
{
border-color: #C333FA;
}
.TagClassName
{
border-color: #C333FA;
}
</style>