Shades of Electric Purple #C213F2
Tints of Electric Purple #C213F2
RGB
CMYK
RGB Variations
Color information
#C213F2 (or 0xC213F2) is known color: Electric Purple. HEX triplet: C2, 13 and F2. RGB value is (194,19,242). Sum of RGB (Red+Green+Blue) = 194+19+242=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #C213F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C213F2 is #3DEC0D. Grayscale: #606060. Windows color (decimal): -4058126 or 15864770. OLE color: 15864770.
HSL color Cylindrical-coordinate representation of color #C213F2: hue angle of 287.09º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C213F2 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 19 | 242 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.05 |
| HSL | 287.09º | 0.9% | 0.51% | - |
| HSV(B) | 287.09º | 0.92% | 0.95% | - |
| XYZ | 38.51 | 18.35 | 85.52 | - |
| YUV | 96.75 | 209.98 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 242 | 0.20 | 0.92 | 0 | 0.05 | 287.09 | 0.9 | 0.51 |
| Hex | C2 | 13 | F2 | 14 | 5C | 0 | 5 | 11F | 5A | 33 |
| Octal | 302 | 23 | 362 | 24 | 134 | 0 | 5 | 437 | 132 | 63 |
| Binary | 11000010 | 10011 | 11110010 | 10100 | 1011100 | 0 | 101 | 100011111 | 1011010 | 110011 |
Color Harmonies of #C213F2
Complementary color
Monochromatic Colors of #C213F2
Black with #C213F2
Text Example
Text Example
White with #C213F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C213F2; }
p { color: rgb(194,19,242); }
H1.HeaderClassName
{
color: #C213F2;
}
.AnyTagClassName
{
color: #C213F2;
}
</style>
background-color css
<style>
a { background-color: #C213F2; }
a { background-color: rgb(194,19,242); }
div.DivClassName
{
background-color: #C213F2;
}
.BgClassName
{
background-color: #C213F2;
}
</style>
border-color css
<style>
span { border-color: #C213F2; }
span { border-color: rgb(194,19,242); }
td.TdClassName
{
border-color: #C213F2;
}
.TagClassName
{
border-color: #C213F2;
}
</style>