Shades of Electric Purple #C80CFC
Tints of Electric Purple #C80CFC
RGB
CMYK
RGB Variations
Color information
#C80CFC (or 0xC80CFC) is known color: Electric Purple. HEX triplet: C8, 0C and FC. RGB value is (200,12,252). Sum of RGB (Red+Green+Blue) = 200+12+252=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #C80CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80CFC is #37F303. Grayscale: #5E5E5E. Windows color (decimal): -3666692 or 16518344. OLE color: 16518344.
HSL color Cylindrical-coordinate representation of color #C80CFC: hue angle of 287º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80CFC is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 12 | 252 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.01 |
| HSL | 287º | 0.98% | 0.52% | - |
| HSV(B) | 287º | 0.95% | 0.99% | - |
| XYZ | 41.52 | 19.57 | 93.68 | - |
| YUV | 95.57 | 216.28 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 252 | 0.21 | 0.95 | 0 | 0.01 | 287 | 0.98 | 0.52 |
| Hex | C8 | C | FC | 15 | 5F | 0 | 1 | 11F | 62 | 34 |
| Octal | 310 | 14 | 374 | 25 | 137 | 0 | 1 | 437 | 142 | 64 |
| Binary | 11001000 | 1100 | 11111100 | 10101 | 1011111 | 0 | 1 | 100011111 | 1100010 | 110100 |
Color Harmonies of #C80CFC
Complementary color
Monochromatic Colors of #C80CFC
Black with #C80CFC
Text Example
Text Example
White with #C80CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CFC; }
p { color: rgb(200,12,252); }
H1.HeaderClassName
{
color: #C80CFC;
}
.AnyTagClassName
{
color: #C80CFC;
}
</style>
background-color css
<style>
a { background-color: #C80CFC; }
a { background-color: rgb(200,12,252); }
div.DivClassName
{
background-color: #C80CFC;
}
.BgClassName
{
background-color: #C80CFC;
}
</style>
border-color css
<style>
span { border-color: #C80CFC; }
span { border-color: rgb(200,12,252); }
td.TdClassName
{
border-color: #C80CFC;
}
.TagClassName
{
border-color: #C80CFC;
}
</style>