Shades of Electric Purple #C812FB
Tints of Electric Purple #C812FB
RGB
CMYK
RGB Variations
Color information
#C812FB (or 0xC812FB) is known color: Electric Purple. HEX triplet: C8, 12 and FB. RGB value is (200,18,251). Sum of RGB (Red+Green+Blue) = 200+18+251=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #C812FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C812FB is #37ED04. Grayscale: #626262. Windows color (decimal): -3665157 or 16454344. OLE color: 16454344.
HSL color Cylindrical-coordinate representation of color #C812FB: hue angle of 286.87º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C812FB is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 18 | 251 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.02 |
| HSL | 286.87º | 0.97% | 0.53% | - |
| HSV(B) | 286.87º | 0.93% | 0.98% | - |
| XYZ | 41.45 | 19.68 | 92.88 | - |
| YUV | 98.98 | 213.8 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 251 | 0.20 | 0.93 | 0 | 0.02 | 286.87 | 0.97 | 0.53 |
| Hex | C8 | 12 | FB | 14 | 5D | 0 | 2 | 11F | 61 | 35 |
| Octal | 310 | 22 | 373 | 24 | 135 | 0 | 2 | 437 | 141 | 65 |
| Binary | 11001000 | 10010 | 11111011 | 10100 | 1011101 | 0 | 10 | 100011111 | 1100001 | 110101 |
Color Harmonies of #C812FB
Complementary color
Monochromatic Colors of #C812FB
Black with #C812FB
Text Example
Text Example
White with #C812FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812FB; }
p { color: rgb(200,18,251); }
H1.HeaderClassName
{
color: #C812FB;
}
.AnyTagClassName
{
color: #C812FB;
}
</style>
background-color css
<style>
a { background-color: #C812FB; }
a { background-color: rgb(200,18,251); }
div.DivClassName
{
background-color: #C812FB;
}
.BgClassName
{
background-color: #C812FB;
}
</style>
border-color css
<style>
span { border-color: #C812FB; }
span { border-color: rgb(200,18,251); }
td.TdClassName
{
border-color: #C812FB;
}
.TagClassName
{
border-color: #C812FB;
}
</style>