Shades of Electric Purple #C00CFB
Tints of Electric Purple #C00CFB
RGB
CMYK
RGB Variations
Color information
#C00CFB (or 0xC00CFB) is known color: Electric Purple. HEX triplet: C0, 0C and FB. RGB value is (192,12,251). Sum of RGB (Red+Green+Blue) = 192+12+251=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #C00CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00CFB is #3FF304. Grayscale: #5C5C5C. Windows color (decimal): -4190981 or 16452800. OLE color: 16452800.
HSL color Cylindrical-coordinate representation of color #C00CFB: hue angle of 285.19º 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 #C00CFB is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 12 | 251 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.02 |
| HSL | 285.19º | 0.97% | 0.52% | - |
| HSV(B) | 285.19º | 0.95% | 0.98% | - |
| XYZ | 39.28 | 18.43 | 92.75 | - |
| YUV | 93.07 | 217.13 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 251 | 0.24 | 0.95 | 0 | 0.02 | 285.19 | 0.97 | 0.52 |
| Hex | C0 | C | FB | 18 | 5F | 0 | 2 | 11D | 61 | 34 |
| Octal | 300 | 14 | 373 | 30 | 137 | 0 | 2 | 435 | 141 | 64 |
| Binary | 11000000 | 1100 | 11111011 | 11000 | 1011111 | 0 | 10 | 100011101 | 1100001 | 110100 |
Color Harmonies of #C00CFB
Complementary color
Monochromatic Colors of #C00CFB
Black with #C00CFB
Text Example
Text Example
White with #C00CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CFB; }
p { color: rgb(192,12,251); }
H1.HeaderClassName
{
color: #C00CFB;
}
.AnyTagClassName
{
color: #C00CFB;
}
</style>
background-color css
<style>
a { background-color: #C00CFB; }
a { background-color: rgb(192,12,251); }
div.DivClassName
{
background-color: #C00CFB;
}
.BgClassName
{
background-color: #C00CFB;
}
</style>
border-color css
<style>
span { border-color: #C00CFB; }
span { border-color: rgb(192,12,251); }
td.TdClassName
{
border-color: #C00CFB;
}
.TagClassName
{
border-color: #C00CFB;
}
</style>