Shades of Electric Purple #C802F3
Tints of Electric Purple #C802F3
RGB
CMYK
RGB Variations
Color information
#C802F3 (or 0xC802F3) is known color: Electric Purple. HEX triplet: C8, 02 and F3. RGB value is (200,2,243). Sum of RGB (Red+Green+Blue) = 200+2+243=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 243 (95.31% from 255 or 54.61% from 445); Max value from RGB is 243 - color contains mainly: blue. Hex color #C802F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C802F3 is #37FD0C. Grayscale: #575757. Windows color (decimal): -3669261 or 15925960. OLE color: 15925960.
HSL color Cylindrical-coordinate representation of color #C802F3: hue angle of 289.29º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802F3 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 2 | 243 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.05 |
| HSL | 289.29º | 0.98% | 0.48% | - |
| HSV(B) | 289.29º | 0.99% | 0.95% | - |
| XYZ | 40.02 | 18.79 | 86.31 | - |
| YUV | 88.68 | 215.1 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 243 | 0.18 | 0.99 | 0 | 0.05 | 289.29 | 0.98 | 0.48 |
| Hex | C8 | 2 | F3 | 12 | 63 | 0 | 5 | 121 | 62 | 30 |
| Octal | 310 | 2 | 363 | 22 | 143 | 0 | 5 | 441 | 142 | 60 |
| Binary | 11001000 | 10 | 11110011 | 10010 | 1100011 | 0 | 101 | 100100001 | 1100010 | 110000 |
Color Harmonies of #C802F3
Complementary color
Monochromatic Colors of #C802F3
Black with #C802F3
Text Example
Text Example
White with #C802F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802F3; }
p { color: rgb(200,2,243); }
H1.HeaderClassName
{
color: #C802F3;
}
.AnyTagClassName
{
color: #C802F3;
}
</style>
background-color css
<style>
a { background-color: #C802F3; }
a { background-color: rgb(200,2,243); }
div.DivClassName
{
background-color: #C802F3;
}
.BgClassName
{
background-color: #C802F3;
}
</style>
border-color css
<style>
span { border-color: #C802F3; }
span { border-color: rgb(200,2,243); }
td.TdClassName
{
border-color: #C802F3;
}
.TagClassName
{
border-color: #C802F3;
}
</style>