Shades of Electric Purple #C00CF5
Tints of Electric Purple #C00CF5
RGB
CMYK
RGB Variations
Color information
#C00CF5 (or 0xC00CF5) is known color: Electric Purple. HEX triplet: C0, 0C and F5. RGB value is (192,12,245). Sum of RGB (Red+Green+Blue) = 192+12+245=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 245 (96.09% from 255 or 54.57% from 449); Max value from RGB is 245 - color contains mainly: blue. Hex color #C00CF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00CF5 is #3FF30A. Grayscale: #5B5B5B. Windows color (decimal): -4190987 or 16059584. OLE color: 16059584.
HSL color Cylindrical-coordinate representation of color #C00CF5: hue angle of 286.35º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00CF5 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 12 | 245 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.04 |
| HSL | 286.35º | 0.92% | 0.5% | - |
| HSV(B) | 286.35º | 0.95% | 0.96% | - |
| XYZ | 38.35 | 18.06 | 87.85 | - |
| YUV | 92.38 | 214.13 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 245 | 0.22 | 0.95 | 0 | 0.04 | 286.35 | 0.92 | 0.5 |
| Hex | C0 | C | F5 | 16 | 5F | 0 | 4 | 11E | 5C | 32 |
| Octal | 300 | 14 | 365 | 26 | 137 | 0 | 4 | 436 | 134 | 62 |
| Binary | 11000000 | 1100 | 11110101 | 10110 | 1011111 | 0 | 100 | 100011110 | 1011100 | 110010 |
Color Harmonies of #C00CF5
Complementary color
Monochromatic Colors of #C00CF5
Black with #C00CF5
Text Example
Text Example
White with #C00CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CF5; }
p { color: rgb(192,12,245); }
H1.HeaderClassName
{
color: #C00CF5;
}
.AnyTagClassName
{
color: #C00CF5;
}
</style>
background-color css
<style>
a { background-color: #C00CF5; }
a { background-color: rgb(192,12,245); }
div.DivClassName
{
background-color: #C00CF5;
}
.BgClassName
{
background-color: #C00CF5;
}
</style>
border-color css
<style>
span { border-color: #C00CF5; }
span { border-color: rgb(192,12,245); }
td.TdClassName
{
border-color: #C00CF5;
}
.TagClassName
{
border-color: #C00CF5;
}
</style>