Shades of Electric Purple #C51DF2
Tints of Electric Purple #C51DF2
RGB
CMYK
RGB Variations
Color information
#C51DF2 (or 0xC51DF2) is known color: Electric Purple. HEX triplet: C5, 1D and F2. RGB value is (197,29,242). Sum of RGB (Red+Green+Blue) = 197+29+242=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #C51DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51DF2 is #3AE20D. Grayscale: #666666. Windows color (decimal): -3858958 or 15867333. OLE color: 15867333.
HSL color Cylindrical-coordinate representation of color #C51DF2: hue angle of 287.32º 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 #C51DF2 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 29 | 242 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.05 |
| HSL | 287.32º | 0.89% | 0.53% | - |
| HSV(B) | 287.32º | 0.88% | 0.95% | - |
| XYZ | 39.49 | 19.16 | 85.62 | - |
| YUV | 103.51 | 206.16 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 242 | 0.19 | 0.88 | 0 | 0.05 | 287.32 | 0.89 | 0.53 |
| Hex | C5 | 1D | F2 | 13 | 58 | 0 | 5 | 11F | 59 | 35 |
| Octal | 305 | 35 | 362 | 23 | 130 | 0 | 5 | 437 | 131 | 65 |
| Binary | 11000101 | 11101 | 11110010 | 10011 | 1011000 | 0 | 101 | 100011111 | 1011001 | 110101 |
Color Harmonies of #C51DF2
Complementary color
Monochromatic Colors of #C51DF2
Black with #C51DF2
Text Example
Text Example
White with #C51DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DF2; }
p { color: rgb(197,29,242); }
H1.HeaderClassName
{
color: #C51DF2;
}
.AnyTagClassName
{
color: #C51DF2;
}
</style>
background-color css
<style>
a { background-color: #C51DF2; }
a { background-color: rgb(197,29,242); }
div.DivClassName
{
background-color: #C51DF2;
}
.BgClassName
{
background-color: #C51DF2;
}
</style>
border-color css
<style>
span { border-color: #C51DF2; }
span { border-color: rgb(197,29,242); }
td.TdClassName
{
border-color: #C51DF2;
}
.TagClassName
{
border-color: #C51DF2;
}
</style>