Shades of Electric Purple #C309FB
Tints of Electric Purple #C309FB
RGB
CMYK
RGB Variations
Color information
#C309FB (or 0xC309FB) is known color: Electric Purple. HEX triplet: C3, 09 and FB. RGB value is (195,9,251). Sum of RGB (Red+Green+Blue) = 195+9+251=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #C309FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C309FB is #3CF604. Grayscale: #5B5B5B. Windows color (decimal): -3995141 or 16452035. OLE color: 16452035.
HSL color Cylindrical-coordinate representation of color #C309FB: hue angle of 286.12º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C309FB is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 9 | 251 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.02 |
| HSL | 286.12º | 0.97% | 0.51% | - |
| HSV(B) | 286.12º | 0.96% | 0.98% | - |
| XYZ | 40.02 | 18.76 | 92.78 | - |
| YUV | 92.2 | 217.62 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 251 | 0.22 | 0.96 | 0 | 0.02 | 286.12 | 0.97 | 0.51 |
| Hex | C3 | 9 | FB | 16 | 60 | 0 | 2 | 11E | 61 | 33 |
| Octal | 303 | 11 | 373 | 26 | 140 | 0 | 2 | 436 | 141 | 63 |
| Binary | 11000011 | 1001 | 11111011 | 10110 | 1100000 | 0 | 10 | 100011110 | 1100001 | 110011 |
Color Harmonies of #C309FB
Complementary color
Monochromatic Colors of #C309FB
Black with #C309FB
Text Example
Text Example
White with #C309FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C309FB; }
p { color: rgb(195,9,251); }
H1.HeaderClassName
{
color: #C309FB;
}
.AnyTagClassName
{
color: #C309FB;
}
</style>
background-color css
<style>
a { background-color: #C309FB; }
a { background-color: rgb(195,9,251); }
div.DivClassName
{
background-color: #C309FB;
}
.BgClassName
{
background-color: #C309FB;
}
</style>
border-color css
<style>
span { border-color: #C309FB; }
span { border-color: rgb(195,9,251); }
td.TdClassName
{
border-color: #C309FB;
}
.TagClassName
{
border-color: #C309FB;
}
</style>