Shades of Electric Purple #C314F3
Tints of Electric Purple #C314F3
RGB
CMYK
RGB Variations
Color information
#C314F3 (or 0xC314F3) is known color: Electric Purple. HEX triplet: C3, 14 and F3. RGB value is (195,20,243). Sum of RGB (Red+Green+Blue) = 195+20+243=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 243 (95.31% from 255 or 53.06% from 458); Max value from RGB is 243 - color contains mainly: blue. Hex color #C314F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C314F3 is #3CEB0C. Grayscale: #616161. Windows color (decimal): -3992333 or 15930563. OLE color: 15930563.
HSL color Cylindrical-coordinate representation of color #C314F3: hue angle of 287.09º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C314F3 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 20 | 243 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.05 |
| HSL | 287.09º | 0.9% | 0.52% | - |
| HSV(B) | 287.09º | 0.92% | 0.95% | - |
| XYZ | 38.93 | 18.57 | 86.33 | - |
| YUV | 97.75 | 209.98 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 243 | 0.20 | 0.92 | 0 | 0.05 | 287.09 | 0.9 | 0.52 |
| Hex | C3 | 14 | F3 | 14 | 5C | 0 | 5 | 11F | 5A | 34 |
| Octal | 303 | 24 | 363 | 24 | 134 | 0 | 5 | 437 | 132 | 64 |
| Binary | 11000011 | 10100 | 11110011 | 10100 | 1011100 | 0 | 101 | 100011111 | 1011010 | 110100 |
Color Harmonies of #C314F3
Complementary color
Monochromatic Colors of #C314F3
Black with #C314F3
Text Example
Text Example
White with #C314F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314F3; }
p { color: rgb(195,20,243); }
H1.HeaderClassName
{
color: #C314F3;
}
.AnyTagClassName
{
color: #C314F3;
}
</style>
background-color css
<style>
a { background-color: #C314F3; }
a { background-color: rgb(195,20,243); }
div.DivClassName
{
background-color: #C314F3;
}
.BgClassName
{
background-color: #C314F3;
}
</style>
border-color css
<style>
span { border-color: #C314F3; }
span { border-color: rgb(195,20,243); }
td.TdClassName
{
border-color: #C314F3;
}
.TagClassName
{
border-color: #C314F3;
}
</style>