Shades of Electric Purple #C202EA
Tints of Electric Purple #C202EA
RGB
CMYK
RGB Variations
Color information
#C202EA (or 0xC202EA) is known color: Electric Purple. HEX triplet: C2, 02 and EA. RGB value is (194,2,234). Sum of RGB (Red+Green+Blue) = 194+2+234=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #C202EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C202EA is #3DFD15. Grayscale: #555555. Windows color (decimal): -4062486 or 15336130. OLE color: 15336130.
HSL color Cylindrical-coordinate representation of color #C202EA: hue angle of 289.66º 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 #C202EA is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 2 | 234 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.08 |
| HSL | 289.66º | 0.98% | 0.46% | - |
| HSV(B) | 289.66º | 0.99% | 0.92% | - |
| XYZ | 37.12 | 17.45 | 79.25 | - |
| YUV | 85.86 | 211.61 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 234 | 0.17 | 0.99 | 0 | 0.08 | 289.66 | 0.98 | 0.46 |
| Hex | C2 | 2 | EA | 11 | 63 | 0 | 8 | 122 | 62 | 2E |
| Octal | 302 | 2 | 352 | 21 | 143 | 0 | 10 | 442 | 142 | 56 |
| Binary | 11000010 | 10 | 11101010 | 10001 | 1100011 | 0 | 1000 | 100100010 | 1100010 | 101110 |
Color Harmonies of #C202EA
Complementary color
Monochromatic Colors of #C202EA
Black with #C202EA
Text Example
Text Example
White with #C202EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202EA; }
p { color: rgb(194,2,234); }
H1.HeaderClassName
{
color: #C202EA;
}
.AnyTagClassName
{
color: #C202EA;
}
</style>
background-color css
<style>
a { background-color: #C202EA; }
a { background-color: rgb(194,2,234); }
div.DivClassName
{
background-color: #C202EA;
}
.BgClassName
{
background-color: #C202EA;
}
</style>
border-color css
<style>
span { border-color: #C202EA; }
span { border-color: rgb(194,2,234); }
td.TdClassName
{
border-color: #C202EA;
}
.TagClassName
{
border-color: #C202EA;
}
</style>