Shades of Electric Purple #C31DF2
Tints of Electric Purple #C31DF2
RGB
CMYK
RGB Variations
Color information
#C31DF2 (or 0xC31DF2) is known color: Electric Purple. HEX triplet: C3, 1D and F2. RGB value is (195,29,242). Sum of RGB (Red+Green+Blue) = 195+29+242=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #C31DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31DF2 is #3CE20D. Grayscale: #666666. Windows color (decimal): -3990030 or 15867331. OLE color: 15867331.
HSL color Cylindrical-coordinate representation of color #C31DF2: hue angle of 286.76º 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 #C31DF2 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 29 | 242 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.05 |
| HSL | 286.76º | 0.89% | 0.53% | - |
| HSV(B) | 286.76º | 0.88% | 0.95% | - |
| XYZ | 38.97 | 18.89 | 85.6 | - |
| YUV | 102.92 | 206.5 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 242 | 0.19 | 0.88 | 0 | 0.05 | 286.76 | 0.89 | 0.53 |
| Hex | C3 | 1D | F2 | 13 | 58 | 0 | 5 | 11F | 59 | 35 |
| Octal | 303 | 35 | 362 | 23 | 130 | 0 | 5 | 437 | 131 | 65 |
| Binary | 11000011 | 11101 | 11110010 | 10011 | 1011000 | 0 | 101 | 100011111 | 1011001 | 110101 |
Color Harmonies of #C31DF2
Complementary color
Monochromatic Colors of #C31DF2
Black with #C31DF2
Text Example
Text Example
White with #C31DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31DF2; }
p { color: rgb(195,29,242); }
H1.HeaderClassName
{
color: #C31DF2;
}
.AnyTagClassName
{
color: #C31DF2;
}
</style>
background-color css
<style>
a { background-color: #C31DF2; }
a { background-color: rgb(195,29,242); }
div.DivClassName
{
background-color: #C31DF2;
}
.BgClassName
{
background-color: #C31DF2;
}
</style>
border-color css
<style>
span { border-color: #C31DF2; }
span { border-color: rgb(195,29,242); }
td.TdClassName
{
border-color: #C31DF2;
}
.TagClassName
{
border-color: #C31DF2;
}
</style>