Shades of Electric Purple #C80BF4
Tints of Electric Purple #C80BF4
RGB
CMYK
RGB Variations
Color information
#C80BF4 (or 0xC80BF4) is known color: Electric Purple. HEX triplet: C8, 0B and F4. RGB value is (200,11,244). Sum of RGB (Red+Green+Blue) = 200+11+244=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #C80BF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80BF4 is #37F40B. Grayscale: #5D5D5D. Windows color (decimal): -3666956 or 15993800. OLE color: 15993800.
HSL color Cylindrical-coordinate representation of color #C80BF4: hue angle of 288.67º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80BF4 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 11 | 244 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.04 |
| HSL | 288.67º | 0.91% | 0.5% | - |
| HSV(B) | 288.67º | 0.95% | 0.96% | - |
| XYZ | 40.27 | 19.05 | 87.14 | - |
| YUV | 94.07 | 212.62 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 244 | 0.18 | 0.95 | 0 | 0.04 | 288.67 | 0.91 | 0.5 |
| Hex | C8 | B | F4 | 12 | 5F | 0 | 4 | 121 | 5B | 32 |
| Octal | 310 | 13 | 364 | 22 | 137 | 0 | 4 | 441 | 133 | 62 |
| Binary | 11001000 | 1011 | 11110100 | 10010 | 1011111 | 0 | 100 | 100100001 | 1011011 | 110010 |
Color Harmonies of #C80BF4
Complementary color
Monochromatic Colors of #C80BF4
Black with #C80BF4
Text Example
Text Example
White with #C80BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BF4; }
p { color: rgb(200,11,244); }
H1.HeaderClassName
{
color: #C80BF4;
}
.AnyTagClassName
{
color: #C80BF4;
}
</style>
background-color css
<style>
a { background-color: #C80BF4; }
a { background-color: rgb(200,11,244); }
div.DivClassName
{
background-color: #C80BF4;
}
.BgClassName
{
background-color: #C80BF4;
}
</style>
border-color css
<style>
span { border-color: #C80BF4; }
span { border-color: rgb(200,11,244); }
td.TdClassName
{
border-color: #C80BF4;
}
.TagClassName
{
border-color: #C80BF4;
}
</style>