Shades of Electric Purple #C80CFB
Tints of Electric Purple #C80CFB
RGB
CMYK
RGB Variations
Color information
#C80CFB (or 0xC80CFB) is known color: Electric Purple. HEX triplet: C8, 0C and FB. RGB value is (200,12,251). Sum of RGB (Red+Green+Blue) = 200+12+251=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #C80CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80CFB is #37F304. Grayscale: #5E5E5E. Windows color (decimal): -3666693 or 16452808. OLE color: 16452808.
HSL color Cylindrical-coordinate representation of color #C80CFB: hue angle of 287.2º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80CFB is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 12 | 251 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.02 |
| HSL | 287.2º | 0.97% | 0.52% | - |
| HSV(B) | 287.2º | 0.95% | 0.98% | - |
| XYZ | 41.36 | 19.51 | 92.85 | - |
| YUV | 95.46 | 215.78 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 251 | 0.20 | 0.95 | 0 | 0.02 | 287.2 | 0.97 | 0.52 |
| Hex | C8 | C | FB | 14 | 5F | 0 | 2 | 11F | 61 | 34 |
| Octal | 310 | 14 | 373 | 24 | 137 | 0 | 2 | 437 | 141 | 64 |
| Binary | 11001000 | 1100 | 11111011 | 10100 | 1011111 | 0 | 10 | 100011111 | 1100001 | 110100 |
Color Harmonies of #C80CFB
Complementary color
Monochromatic Colors of #C80CFB
Black with #C80CFB
Text Example
Text Example
White with #C80CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CFB; }
p { color: rgb(200,12,251); }
H1.HeaderClassName
{
color: #C80CFB;
}
.AnyTagClassName
{
color: #C80CFB;
}
</style>
background-color css
<style>
a { background-color: #C80CFB; }
a { background-color: rgb(200,12,251); }
div.DivClassName
{
background-color: #C80CFB;
}
.BgClassName
{
background-color: #C80CFB;
}
</style>
border-color css
<style>
span { border-color: #C80CFB; }
span { border-color: rgb(200,12,251); }
td.TdClassName
{
border-color: #C80CFB;
}
.TagClassName
{
border-color: #C80CFB;
}
</style>