Shades of Electric Purple #C20DFC
Tints of Electric Purple #C20DFC
RGB
CMYK
RGB Variations
Color information
#C20DFC (or 0xC20DFC) is known color: Electric Purple. HEX triplet: C2, 0D and FC. RGB value is (194,13,252). Sum of RGB (Red+Green+Blue) = 194+13+252=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #C20DFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20DFC is #3DF203. Grayscale: #5D5D5D. Windows color (decimal): -4059652 or 16518594. OLE color: 16518594.
HSL color Cylindrical-coordinate representation of color #C20DFC: hue angle of 285.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20DFC is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 13 | 252 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.01 |
| HSL | 285.44º | 0.98% | 0.52% | - |
| HSV(B) | 285.44º | 0.95% | 0.99% | - |
| XYZ | 39.96 | 18.79 | 93.62 | - |
| YUV | 94.37 | 216.97 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 252 | 0.23 | 0.95 | 0 | 0.01 | 285.44 | 0.98 | 0.52 |
| Hex | C2 | D | FC | 17 | 5F | 0 | 1 | 11D | 62 | 34 |
| Octal | 302 | 15 | 374 | 27 | 137 | 0 | 1 | 435 | 142 | 64 |
| Binary | 11000010 | 1101 | 11111100 | 10111 | 1011111 | 0 | 1 | 100011101 | 1100010 | 110100 |
Color Harmonies of #C20DFC
Complementary color
Monochromatic Colors of #C20DFC
Black with #C20DFC
Text Example
Text Example
White with #C20DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DFC; }
p { color: rgb(194,13,252); }
H1.HeaderClassName
{
color: #C20DFC;
}
.AnyTagClassName
{
color: #C20DFC;
}
</style>
background-color css
<style>
a { background-color: #C20DFC; }
a { background-color: rgb(194,13,252); }
div.DivClassName
{
background-color: #C20DFC;
}
.BgClassName
{
background-color: #C20DFC;
}
</style>
border-color css
<style>
span { border-color: #C20DFC; }
span { border-color: rgb(194,13,252); }
td.TdClassName
{
border-color: #C20DFC;
}
.TagClassName
{
border-color: #C20DFC;
}
</style>