Shades of Electric Purple #C319FD
Tints of Electric Purple #C319FD
RGB
CMYK
RGB Variations
Color information
#C319FD (or 0xC319FD) is known color: Electric Purple. HEX triplet: C3, 19 and FD. RGB value is (195,25,253). Sum of RGB (Red+Green+Blue) = 195+25+253=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #C319FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C319FD is #3CE602. Grayscale: #656565. Windows color (decimal): -3991043 or 16587203. OLE color: 16587203.
HSL color Cylindrical-coordinate representation of color #C319FD: hue angle of 284.74º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C319FD is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 25 | 253 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.01 |
| HSL | 284.74º | 0.98% | 0.55% | - |
| HSV(B) | 284.74º | 0.9% | 0.99% | - |
| XYZ | 40.58 | 19.39 | 94.53 | - |
| YUV | 101.82 | 213.32 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 253 | 0.23 | 0.90 | 0 | 0.01 | 284.74 | 0.98 | 0.55 |
| Hex | C3 | 19 | FD | 17 | 5A | 0 | 1 | 11D | 62 | 37 |
| Octal | 303 | 31 | 375 | 27 | 132 | 0 | 1 | 435 | 142 | 67 |
| Binary | 11000011 | 11001 | 11111101 | 10111 | 1011010 | 0 | 1 | 100011101 | 1100010 | 110111 |
Color Harmonies of #C319FD
Complementary color
Monochromatic Colors of #C319FD
Black with #C319FD
Text Example
Text Example
White with #C319FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319FD; }
p { color: rgb(195,25,253); }
H1.HeaderClassName
{
color: #C319FD;
}
.AnyTagClassName
{
color: #C319FD;
}
</style>
background-color css
<style>
a { background-color: #C319FD; }
a { background-color: rgb(195,25,253); }
div.DivClassName
{
background-color: #C319FD;
}
.BgClassName
{
background-color: #C319FD;
}
</style>
border-color css
<style>
span { border-color: #C319FD; }
span { border-color: rgb(195,25,253); }
td.TdClassName
{
border-color: #C319FD;
}
.TagClassName
{
border-color: #C319FD;
}
</style>