Shades of Electric Purple #C20DFB
Tints of Electric Purple #C20DFB
RGB
CMYK
RGB Variations
Color information
#C20DFB (or 0xC20DFB) is known color: Electric Purple. HEX triplet: C2, 0D and FB. RGB value is (194,13,251). Sum of RGB (Red+Green+Blue) = 194+13+251=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #C20DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20DFB is #3DF204. Grayscale: #5D5D5D. Windows color (decimal): -4059653 or 16453058. OLE color: 16453058.
HSL color Cylindrical-coordinate representation of color #C20DFB: hue angle of 285.63º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20DFB is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 13 | 251 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.02 |
| HSL | 285.63º | 0.97% | 0.52% | - |
| HSV(B) | 285.63º | 0.95% | 0.98% | - |
| XYZ | 39.8 | 18.72 | 92.78 | - |
| YUV | 94.25 | 216.47 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 251 | 0.23 | 0.95 | 0 | 0.02 | 285.63 | 0.97 | 0.52 |
| Hex | C2 | D | FB | 17 | 5F | 0 | 2 | 11E | 61 | 34 |
| Octal | 302 | 15 | 373 | 27 | 137 | 0 | 2 | 436 | 141 | 64 |
| Binary | 11000010 | 1101 | 11111011 | 10111 | 1011111 | 0 | 10 | 100011110 | 1100001 | 110100 |
Color Harmonies of #C20DFB
Complementary color
Monochromatic Colors of #C20DFB
Black with #C20DFB
Text Example
Text Example
White with #C20DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DFB; }
p { color: rgb(194,13,251); }
H1.HeaderClassName
{
color: #C20DFB;
}
.AnyTagClassName
{
color: #C20DFB;
}
</style>
background-color css
<style>
a { background-color: #C20DFB; }
a { background-color: rgb(194,13,251); }
div.DivClassName
{
background-color: #C20DFB;
}
.BgClassName
{
background-color: #C20DFB;
}
</style>
border-color css
<style>
span { border-color: #C20DFB; }
span { border-color: rgb(194,13,251); }
td.TdClassName
{
border-color: #C20DFB;
}
.TagClassName
{
border-color: #C20DFB;
}
</style>