Shades of Electric Purple #C21BFC
Tints of Electric Purple #C21BFC
RGB
CMYK
RGB Variations
Color information
#C21BFC (or 0xC21BFC) is known color: Electric Purple. HEX triplet: C2, 1B and FC. RGB value is (194,27,252). Sum of RGB (Red+Green+Blue) = 194+27+252=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #C21BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21BFC is #3DE403. Grayscale: #656565. Windows color (decimal): -4056068 or 16522178. OLE color: 16522178.
HSL color Cylindrical-coordinate representation of color #C21BFC: hue angle of 284.53º 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 #C21BFC is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 27 | 252 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.01 |
| HSL | 284.53º | 0.97% | 0.55% | - |
| HSV(B) | 284.53º | 0.89% | 0.99% | - |
| XYZ | 40.21 | 19.28 | 93.7 | - |
| YUV | 102.58 | 212.33 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 252 | 0.23 | 0.89 | 0 | 0.01 | 284.53 | 0.97 | 0.55 |
| Hex | C2 | 1B | FC | 17 | 59 | 0 | 1 | 11D | 61 | 37 |
| Octal | 302 | 33 | 374 | 27 | 131 | 0 | 1 | 435 | 141 | 67 |
| Binary | 11000010 | 11011 | 11111100 | 10111 | 1011001 | 0 | 1 | 100011101 | 1100001 | 110111 |
Color Harmonies of #C21BFC
Complementary color
Monochromatic Colors of #C21BFC
Black with #C21BFC
Text Example
Text Example
White with #C21BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21BFC; }
p { color: rgb(194,27,252); }
H1.HeaderClassName
{
color: #C21BFC;
}
.AnyTagClassName
{
color: #C21BFC;
}
</style>
background-color css
<style>
a { background-color: #C21BFC; }
a { background-color: rgb(194,27,252); }
div.DivClassName
{
background-color: #C21BFC;
}
.BgClassName
{
background-color: #C21BFC;
}
</style>
border-color css
<style>
span { border-color: #C21BFC; }
span { border-color: rgb(194,27,252); }
td.TdClassName
{
border-color: #C21BFC;
}
.TagClassName
{
border-color: #C21BFC;
}
</style>