Shades of Electric Purple #C213F3
Tints of Electric Purple #C213F3
RGB
CMYK
RGB Variations
Color information
#C213F3 (or 0xC213F3) is known color: Electric Purple. HEX triplet: C2, 13 and F3. RGB value is (194,19,243). Sum of RGB (Red+Green+Blue) = 194+19+243=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 19 (7.81% from 255 or 4.17% 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 #C213F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C213F3 is #3DEC0C. Grayscale: #606060. Windows color (decimal): -4058125 or 15930306. OLE color: 15930306.
HSL color Cylindrical-coordinate representation of color #C213F3: hue angle of 286.88º 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 #C213F3 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 19 | 243 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.05 |
| HSL | 286.88º | 0.9% | 0.51% | - |
| HSV(B) | 286.88º | 0.92% | 0.95% | - |
| XYZ | 38.66 | 18.41 | 86.31 | - |
| YUV | 96.86 | 210.48 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 243 | 0.20 | 0.92 | 0 | 0.05 | 286.88 | 0.9 | 0.51 |
| Hex | C2 | 13 | F3 | 14 | 5C | 0 | 5 | 11F | 5A | 33 |
| Octal | 302 | 23 | 363 | 24 | 134 | 0 | 5 | 437 | 132 | 63 |
| Binary | 11000010 | 10011 | 11110011 | 10100 | 1011100 | 0 | 101 | 100011111 | 1011010 | 110011 |
Color Harmonies of #C213F3
Complementary color
Monochromatic Colors of #C213F3
Black with #C213F3
Text Example
Text Example
White with #C213F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C213F3; }
p { color: rgb(194,19,243); }
H1.HeaderClassName
{
color: #C213F3;
}
.AnyTagClassName
{
color: #C213F3;
}
</style>
background-color css
<style>
a { background-color: #C213F3; }
a { background-color: rgb(194,19,243); }
div.DivClassName
{
background-color: #C213F3;
}
.BgClassName
{
background-color: #C213F3;
}
</style>
border-color css
<style>
span { border-color: #C213F3; }
span { border-color: rgb(194,19,243); }
td.TdClassName
{
border-color: #C213F3;
}
.TagClassName
{
border-color: #C213F3;
}
</style>