Shades of Electric Purple #C302EB
Tints of Electric Purple #C302EB
RGB
CMYK
RGB Variations
Color information
#C302EB (or 0xC302EB) is known color: Electric Purple. HEX triplet: C3, 02 and EB. RGB value is (195,2,235). Sum of RGB (Red+Green+Blue) = 195+2+235=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #C302EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C302EB is #3CFD14. Grayscale: #555555. Windows color (decimal): -3996949 or 15401667. OLE color: 15401667.
HSL color Cylindrical-coordinate representation of color #C302EB: hue angle of 289.7º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C302EB is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 2 | 235 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.08 |
| HSL | 289.7º | 0.98% | 0.46% | - |
| HSV(B) | 289.7º | 0.99% | 0.92% | - |
| XYZ | 37.52 | 17.64 | 80.03 | - |
| YUV | 86.27 | 211.94 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 235 | 0.17 | 0.99 | 0 | 0.08 | 289.7 | 0.98 | 0.46 |
| Hex | C3 | 2 | EB | 11 | 63 | 0 | 8 | 122 | 62 | 2E |
| Octal | 303 | 2 | 353 | 21 | 143 | 0 | 10 | 442 | 142 | 56 |
| Binary | 11000011 | 10 | 11101011 | 10001 | 1100011 | 0 | 1000 | 100100010 | 1100010 | 101110 |
Color Harmonies of #C302EB
Complementary color
Monochromatic Colors of #C302EB
Black with #C302EB
Text Example
Text Example
White with #C302EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C302EB; }
p { color: rgb(195,2,235); }
H1.HeaderClassName
{
color: #C302EB;
}
.AnyTagClassName
{
color: #C302EB;
}
</style>
background-color css
<style>
a { background-color: #C302EB; }
a { background-color: rgb(195,2,235); }
div.DivClassName
{
background-color: #C302EB;
}
.BgClassName
{
background-color: #C302EB;
}
</style>
border-color css
<style>
span { border-color: #C302EB; }
span { border-color: rgb(195,2,235); }
td.TdClassName
{
border-color: #C302EB;
}
.TagClassName
{
border-color: #C302EB;
}
</style>