Shades of Electric Purple #C31CFC
Tints of Electric Purple #C31CFC
RGB
CMYK
RGB Variations
Color information
#C31CFC (or 0xC31CFC) is known color: Electric Purple. HEX triplet: C3, 1C and FC. RGB value is (195,28,252). Sum of RGB (Red+Green+Blue) = 195+28+252=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #C31CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CFC is #3CE303. Grayscale: #666666. Windows color (decimal): -3990276 or 16522435. OLE color: 16522435.
HSL color Cylindrical-coordinate representation of color #C31CFC: hue angle of 284.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31CFC is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 28 | 252 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.01 |
| HSL | 284.73º | 0.97% | 0.55% | - |
| HSV(B) | 284.73º | 0.89% | 0.99% | - |
| XYZ | 40.49 | 19.46 | 93.72 | - |
| YUV | 103.47 | 211.83 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 252 | 0.23 | 0.89 | 0 | 0.01 | 284.73 | 0.97 | 0.55 |
| Hex | C3 | 1C | FC | 17 | 59 | 0 | 1 | 11D | 61 | 37 |
| Octal | 303 | 34 | 374 | 27 | 131 | 0 | 1 | 435 | 141 | 67 |
| Binary | 11000011 | 11100 | 11111100 | 10111 | 1011001 | 0 | 1 | 100011101 | 1100001 | 110111 |
Color Harmonies of #C31CFC
Complementary color
Monochromatic Colors of #C31CFC
Black with #C31CFC
Text Example
Text Example
White with #C31CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CFC; }
p { color: rgb(195,28,252); }
H1.HeaderClassName
{
color: #C31CFC;
}
.AnyTagClassName
{
color: #C31CFC;
}
</style>
background-color css
<style>
a { background-color: #C31CFC; }
a { background-color: rgb(195,28,252); }
div.DivClassName
{
background-color: #C31CFC;
}
.BgClassName
{
background-color: #C31CFC;
}
</style>
border-color css
<style>
span { border-color: #C31CFC; }
span { border-color: rgb(195,28,252); }
td.TdClassName
{
border-color: #C31CFC;
}
.TagClassName
{
border-color: #C31CFC;
}
</style>