Shades of Electric Purple #C015F3
Tints of Electric Purple #C015F3
RGB
CMYK
RGB Variations
Color information
#C015F3 (or 0xC015F3) is known color: Electric Purple. HEX triplet: C0, 15 and F3. RGB value is (192,21,243). Sum of RGB (Red+Green+Blue) = 192+21+243=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #C015F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C015F3 is #3FEA0C. Grayscale: #606060. Windows color (decimal): -4188685 or 15930816. OLE color: 15930816.
HSL color Cylindrical-coordinate representation of color #C015F3: hue angle of 286.22º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C015F3 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 21 | 243 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.05 |
| HSL | 286.22º | 0.9% | 0.52% | - |
| HSV(B) | 286.22º | 0.91% | 0.95% | - |
| XYZ | 38.18 | 18.21 | 86.3 | - |
| YUV | 97.44 | 210.15 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 243 | 0.21 | 0.91 | 0 | 0.05 | 286.22 | 0.9 | 0.52 |
| Hex | C0 | 15 | F3 | 15 | 5B | 0 | 5 | 11E | 5A | 34 |
| Octal | 300 | 25 | 363 | 25 | 133 | 0 | 5 | 436 | 132 | 64 |
| Binary | 11000000 | 10101 | 11110011 | 10101 | 1011011 | 0 | 101 | 100011110 | 1011010 | 110100 |
Color Harmonies of #C015F3
Complementary color
Monochromatic Colors of #C015F3
Black with #C015F3
Text Example
Text Example
White with #C015F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015F3; }
p { color: rgb(192,21,243); }
H1.HeaderClassName
{
color: #C015F3;
}
.AnyTagClassName
{
color: #C015F3;
}
</style>
background-color css
<style>
a { background-color: #C015F3; }
a { background-color: rgb(192,21,243); }
div.DivClassName
{
background-color: #C015F3;
}
.BgClassName
{
background-color: #C015F3;
}
</style>
border-color css
<style>
span { border-color: #C015F3; }
span { border-color: rgb(192,21,243); }
td.TdClassName
{
border-color: #C015F3;
}
.TagClassName
{
border-color: #C015F3;
}
</style>