Shades of Electric Purple #C319FF
Tints of Electric Purple #C319FF
RGB
CMYK
RGB Variations
Color information
#C319FF (or 0xC319FF) is known color: Electric Purple. HEX triplet: C3, 19 and FF. RGB value is (195,25,255). Sum of RGB (Red+Green+Blue) = 195+25+255=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #C319FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C319FF is #3CE600. Grayscale: #656565. Windows color (decimal): -3991041 or 16718275. OLE color: 16718275.
HSL color Cylindrical-coordinate representation of color #C319FF: hue angle of 284.35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C319FF is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 25 | 255 | - |
| CMYK | 0.24 | 0.90 | 0 | 0 |
| HSL | 284.35º | 1% | 0.55% | - |
| HSV(B) | 284.35º | 0.9% | 1% | - |
| XYZ | 40.9 | 19.52 | 96.22 | - |
| YUV | 102.05 | 214.32 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 255 | 0.24 | 0.90 | 0 | 0 | 284.35 | 1 | 0.55 |
| Hex | C3 | 19 | FF | 18 | 5A | 0 | 0 | 11C | 64 | 37 |
| Octal | 303 | 31 | 377 | 30 | 132 | 0 | 0 | 434 | 144 | 67 |
| Binary | 11000011 | 11001 | 11111111 | 11000 | 1011010 | 0 | 0 | 100011100 | 1100100 | 110111 |
Color Harmonies of #C319FF
Complementary color
Monochromatic Colors of #C319FF
Black with #C319FF
Text Example
Text Example
White with #C319FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319FF; }
p { color: rgb(195,25,255); }
H1.HeaderClassName
{
color: #C319FF;
}
.AnyTagClassName
{
color: #C319FF;
}
</style>
background-color css
<style>
a { background-color: #C319FF; }
a { background-color: rgb(195,25,255); }
div.DivClassName
{
background-color: #C319FF;
}
.BgClassName
{
background-color: #C319FF;
}
</style>
border-color css
<style>
span { border-color: #C319FF; }
span { border-color: rgb(195,25,255); }
td.TdClassName
{
border-color: #C319FF;
}
.TagClassName
{
border-color: #C319FF;
}
</style>