Shades of Electric Purple #C00AFB
Tints of Electric Purple #C00AFB
RGB
CMYK
RGB Variations
Color information
#C00AFB (or 0xC00AFB) is known color: Electric Purple. HEX triplet: C0, 0A and FB. RGB value is (192,10,251). Sum of RGB (Red+Green+Blue) = 192+10+251=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #C00AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00AFB is #3FF504. Grayscale: #5B5B5B. Windows color (decimal): -4191493 or 16452288. OLE color: 16452288.
HSL color Cylindrical-coordinate representation of color #C00AFB: hue angle of 285.31º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00AFB is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 10 | 251 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.02 |
| HSL | 285.31º | 0.97% | 0.51% | - |
| HSV(B) | 285.31º | 0.96% | 0.98% | - |
| XYZ | 39.26 | 18.39 | 92.75 | - |
| YUV | 91.89 | 217.8 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 251 | 0.24 | 0.96 | 0 | 0.02 | 285.31 | 0.97 | 0.51 |
| Hex | C0 | A | FB | 18 | 60 | 0 | 2 | 11D | 61 | 33 |
| Octal | 300 | 12 | 373 | 30 | 140 | 0 | 2 | 435 | 141 | 63 |
| Binary | 11000000 | 1010 | 11111011 | 11000 | 1100000 | 0 | 10 | 100011101 | 1100001 | 110011 |
Color Harmonies of #C00AFB
Complementary color
Monochromatic Colors of #C00AFB
Black with #C00AFB
Text Example
Text Example
White with #C00AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AFB; }
p { color: rgb(192,10,251); }
H1.HeaderClassName
{
color: #C00AFB;
}
.AnyTagClassName
{
color: #C00AFB;
}
</style>
background-color css
<style>
a { background-color: #C00AFB; }
a { background-color: rgb(192,10,251); }
div.DivClassName
{
background-color: #C00AFB;
}
.BgClassName
{
background-color: #C00AFB;
}
</style>
border-color css
<style>
span { border-color: #C00AFB; }
span { border-color: rgb(192,10,251); }
td.TdClassName
{
border-color: #C00AFB;
}
.TagClassName
{
border-color: #C00AFB;
}
</style>