Shades of Electric Purple #C51CF2
Tints of Electric Purple #C51CF2
RGB
CMYK
RGB Variations
Color information
#C51CF2 (or 0xC51CF2) is known color: Electric Purple. HEX triplet: C5, 1C and F2. RGB value is (197,28,242). Sum of RGB (Red+Green+Blue) = 197+28+242=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #C51CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51CF2 is #3AE30D. Grayscale: #666666. Windows color (decimal): -3859214 or 15867077. OLE color: 15867077.
HSL color Cylindrical-coordinate representation of color #C51CF2: hue angle of 287.38º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51CF2 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 28 | 242 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.05 |
| HSL | 287.38º | 0.89% | 0.53% | - |
| HSV(B) | 287.38º | 0.88% | 0.95% | - |
| XYZ | 39.47 | 19.11 | 85.61 | - |
| YUV | 102.93 | 206.49 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 242 | 0.19 | 0.88 | 0 | 0.05 | 287.38 | 0.89 | 0.53 |
| Hex | C5 | 1C | F2 | 13 | 58 | 0 | 5 | 11F | 59 | 35 |
| Octal | 305 | 34 | 362 | 23 | 130 | 0 | 5 | 437 | 131 | 65 |
| Binary | 11000101 | 11100 | 11110010 | 10011 | 1011000 | 0 | 101 | 100011111 | 1011001 | 110101 |
Color Harmonies of #C51CF2
Complementary color
Monochromatic Colors of #C51CF2
Black with #C51CF2
Text Example
Text Example
White with #C51CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CF2; }
p { color: rgb(197,28,242); }
H1.HeaderClassName
{
color: #C51CF2;
}
.AnyTagClassName
{
color: #C51CF2;
}
</style>
background-color css
<style>
a { background-color: #C51CF2; }
a { background-color: rgb(197,28,242); }
div.DivClassName
{
background-color: #C51CF2;
}
.BgClassName
{
background-color: #C51CF2;
}
</style>
border-color css
<style>
span { border-color: #C51CF2; }
span { border-color: rgb(197,28,242); }
td.TdClassName
{
border-color: #C51CF2;
}
.TagClassName
{
border-color: #C51CF2;
}
</style>