Shades of Electric Purple #C311FF
Tints of Electric Purple #C311FF
RGB
CMYK
RGB Variations
Color information
#C311FF (or 0xC311FF) is known color: Electric Purple. HEX triplet: C3, 11 and FF. RGB value is (195,17,255). Sum of RGB (Red+Green+Blue) = 195+17+255=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #C311FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C311FF is #3CEE00. Grayscale: #606060. Windows color (decimal): -3993089 or 16716227. OLE color: 16716227.
HSL color Cylindrical-coordinate representation of color #C311FF: hue angle of 284.87º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C311FF is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 17 | 255 | - |
| CMYK | 0.24 | 0.93 | 0 | 0 |
| HSL | 284.87º | 1% | 0.53% | - |
| HSV(B) | 284.87º | 0.93% | 1% | - |
| XYZ | 40.76 | 19.22 | 96.17 | - |
| YUV | 97.35 | 216.97 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 255 | 0.24 | 0.93 | 0 | 0 | 284.87 | 1 | 0.53 |
| Hex | C3 | 11 | FF | 18 | 5D | 0 | 0 | 11D | 64 | 35 |
| Octal | 303 | 21 | 377 | 30 | 135 | 0 | 0 | 435 | 144 | 65 |
| Binary | 11000011 | 10001 | 11111111 | 11000 | 1011101 | 0 | 0 | 100011101 | 1100100 | 110101 |
Color Harmonies of #C311FF
Complementary color
Monochromatic Colors of #C311FF
Black with #C311FF
Text Example
Text Example
White with #C311FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C311FF; }
p { color: rgb(195,17,255); }
H1.HeaderClassName
{
color: #C311FF;
}
.AnyTagClassName
{
color: #C311FF;
}
</style>
background-color css
<style>
a { background-color: #C311FF; }
a { background-color: rgb(195,17,255); }
div.DivClassName
{
background-color: #C311FF;
}
.BgClassName
{
background-color: #C311FF;
}
</style>
border-color css
<style>
span { border-color: #C311FF; }
span { border-color: rgb(195,17,255); }
td.TdClassName
{
border-color: #C311FF;
}
.TagClassName
{
border-color: #C311FF;
}
</style>