Shades of Electric Purple #C309FC
Tints of Electric Purple #C309FC
RGB
CMYK
RGB Variations
Color information
#C309FC (or 0xC309FC) is known color: Electric Purple. HEX triplet: C3, 09 and FC. RGB value is (195,9,252). Sum of RGB (Red+Green+Blue) = 195+9+252=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 9 (3.91% from 255 or 1.97% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #C309FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C309FC is #3CF603. Grayscale: #5B5B5B. Windows color (decimal): -3995140 or 16517571. OLE color: 16517571.
HSL color Cylindrical-coordinate representation of color #C309FC: hue angle of 285.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C309FC is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 9 | 252 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.01 |
| HSL | 285.93º | 0.98% | 0.51% | - |
| HSV(B) | 285.93º | 0.96% | 0.99% | - |
| XYZ | 40.17 | 18.83 | 93.61 | - |
| YUV | 92.32 | 218.12 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 252 | 0.23 | 0.96 | 0 | 0.01 | 285.93 | 0.98 | 0.51 |
| Hex | C3 | 9 | FC | 17 | 60 | 0 | 1 | 11E | 62 | 33 |
| Octal | 303 | 11 | 374 | 27 | 140 | 0 | 1 | 436 | 142 | 63 |
| Binary | 11000011 | 1001 | 11111100 | 10111 | 1100000 | 0 | 1 | 100011110 | 1100010 | 110011 |
Color Harmonies of #C309FC
Complementary color
Monochromatic Colors of #C309FC
Black with #C309FC
Text Example
Text Example
White with #C309FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C309FC; }
p { color: rgb(195,9,252); }
H1.HeaderClassName
{
color: #C309FC;
}
.AnyTagClassName
{
color: #C309FC;
}
</style>
background-color css
<style>
a { background-color: #C309FC; }
a { background-color: rgb(195,9,252); }
div.DivClassName
{
background-color: #C309FC;
}
.BgClassName
{
background-color: #C309FC;
}
</style>
border-color css
<style>
span { border-color: #C309FC; }
span { border-color: rgb(195,9,252); }
td.TdClassName
{
border-color: #C309FC;
}
.TagClassName
{
border-color: #C309FC;
}
</style>