Shades of Electric Purple #C00CFF
Tints of Electric Purple #C00CFF
RGB
CMYK
RGB Variations
Color information
#C00CFF (or 0xC00CFF) is known color: Electric Purple. HEX triplet: C0, 0C and FF. RGB value is (192,12,255). Sum of RGB (Red+Green+Blue) = 192+12+255=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #C00CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00CFF is #3FF300. Grayscale: #5C5C5C. Windows color (decimal): -4190977 or 16714944. OLE color: 16714944.
HSL color Cylindrical-coordinate representation of color #C00CFF: hue angle of 284.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00CFF is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 12 | 255 | - |
| CMYK | 0.25 | 0.95 | 0 | 0 |
| HSL | 284.44º | 1% | 0.52% | - |
| HSV(B) | 284.44º | 0.95% | 1% | - |
| XYZ | 39.92 | 18.69 | 96.11 | - |
| YUV | 93.52 | 219.13 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 255 | 0.25 | 0.95 | 0 | 0 | 284.44 | 1 | 0.52 |
| Hex | C0 | C | FF | 19 | 5F | 0 | 0 | 11C | 64 | 34 |
| Octal | 300 | 14 | 377 | 31 | 137 | 0 | 0 | 434 | 144 | 64 |
| Binary | 11000000 | 1100 | 11111111 | 11001 | 1011111 | 0 | 0 | 100011100 | 1100100 | 110100 |
Color Harmonies of #C00CFF
Complementary color
Monochromatic Colors of #C00CFF
Black with #C00CFF
Text Example
Text Example
White with #C00CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CFF; }
p { color: rgb(192,12,255); }
H1.HeaderClassName
{
color: #C00CFF;
}
.AnyTagClassName
{
color: #C00CFF;
}
</style>
background-color css
<style>
a { background-color: #C00CFF; }
a { background-color: rgb(192,12,255); }
div.DivClassName
{
background-color: #C00CFF;
}
.BgClassName
{
background-color: #C00CFF;
}
</style>
border-color css
<style>
span { border-color: #C00CFF; }
span { border-color: rgb(192,12,255); }
td.TdClassName
{
border-color: #C00CFF;
}
.TagClassName
{
border-color: #C00CFF;
}
</style>