Shades of Electric Purple #C313F9
Tints of Electric Purple #C313F9
RGB
CMYK
RGB Variations
Color information
#C313F9 (or 0xC313F9) is known color: Electric Purple. HEX triplet: C3, 13 and F9. RGB value is (195,19,249). Sum of RGB (Red+Green+Blue) = 195+19+249=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #C313F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C313F9 is #3CEC06. Grayscale: #616161. Windows color (decimal): -3992583 or 16323523. OLE color: 16323523.
HSL color Cylindrical-coordinate representation of color #C313F9: hue angle of 285.91º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C313F9 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 19 | 249 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.02 |
| HSL | 285.91º | 0.95% | 0.53% | - |
| HSV(B) | 285.91º | 0.92% | 0.98% | - |
| XYZ | 39.84 | 18.91 | 91.17 | - |
| YUV | 97.84 | 213.31 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 249 | 0.22 | 0.92 | 0 | 0.02 | 285.91 | 0.95 | 0.53 |
| Hex | C3 | 13 | F9 | 16 | 5C | 0 | 2 | 11E | 5F | 35 |
| Octal | 303 | 23 | 371 | 26 | 134 | 0 | 2 | 436 | 137 | 65 |
| Binary | 11000011 | 10011 | 11111001 | 10110 | 1011100 | 0 | 10 | 100011110 | 1011111 | 110101 |
Color Harmonies of #C313F9
Complementary color
Monochromatic Colors of #C313F9
Black with #C313F9
Text Example
Text Example
White with #C313F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313F9; }
p { color: rgb(195,19,249); }
H1.HeaderClassName
{
color: #C313F9;
}
.AnyTagClassName
{
color: #C313F9;
}
</style>
background-color css
<style>
a { background-color: #C313F9; }
a { background-color: rgb(195,19,249); }
div.DivClassName
{
background-color: #C313F9;
}
.BgClassName
{
background-color: #C313F9;
}
</style>
border-color css
<style>
span { border-color: #C313F9; }
span { border-color: rgb(195,19,249); }
td.TdClassName
{
border-color: #C313F9;
}
.TagClassName
{
border-color: #C313F9;
}
</style>