Shades of Electric Purple #C31CFD
Tints of Electric Purple #C31CFD
RGB
CMYK
RGB Variations
Color information
#C31CFD (or 0xC31CFD) is known color: Electric Purple. HEX triplet: C3, 1C and FD. RGB value is (195,28,253). Sum of RGB (Red+Green+Blue) = 195+28+253=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #C31CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CFD is #3CE302. Grayscale: #666666. Windows color (decimal): -3990275 or 16587971. OLE color: 16587971.
HSL color Cylindrical-coordinate representation of color #C31CFD: hue angle of 284.53º degrees, saturation: 0.98, 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 #C31CFD is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 28 | 253 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.01 |
| HSL | 284.53º | 0.98% | 0.55% | - |
| HSV(B) | 284.53º | 0.89% | 0.99% | - |
| XYZ | 40.65 | 19.52 | 94.55 | - |
| YUV | 103.58 | 212.33 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 253 | 0.23 | 0.89 | 0 | 0.01 | 284.53 | 0.98 | 0.55 |
| Hex | C3 | 1C | FD | 17 | 59 | 0 | 1 | 11D | 62 | 37 |
| Octal | 303 | 34 | 375 | 27 | 131 | 0 | 1 | 435 | 142 | 67 |
| Binary | 11000011 | 11100 | 11111101 | 10111 | 1011001 | 0 | 1 | 100011101 | 1100010 | 110111 |
Color Harmonies of #C31CFD
Complementary color
Monochromatic Colors of #C31CFD
Black with #C31CFD
Text Example
Text Example
White with #C31CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CFD; }
p { color: rgb(195,28,253); }
H1.HeaderClassName
{
color: #C31CFD;
}
.AnyTagClassName
{
color: #C31CFD;
}
</style>
background-color css
<style>
a { background-color: #C31CFD; }
a { background-color: rgb(195,28,253); }
div.DivClassName
{
background-color: #C31CFD;
}
.BgClassName
{
background-color: #C31CFD;
}
</style>
border-color css
<style>
span { border-color: #C31CFD; }
span { border-color: rgb(195,28,253); }
td.TdClassName
{
border-color: #C31CFD;
}
.TagClassName
{
border-color: #C31CFD;
}
</style>