Shades of Electric Purple #C227FB
Tints of Electric Purple #C227FB
RGB
CMYK
RGB Variations
Color information
#C227FB (or 0xC227FB) is known color: Electric Purple. HEX triplet: C2, 27 and FB. RGB value is (194,39,251). Sum of RGB (Red+Green+Blue) = 194+39+251=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #C227FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C227FB is #3DD804. Grayscale: #6C6C6C. Windows color (decimal): -4052997 or 16459714. OLE color: 16459714.
HSL color Cylindrical-coordinate representation of color #C227FB: hue angle of 283.87º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C227FB is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 39 | 251 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.02 |
| HSL | 283.87º | 0.96% | 0.57% | - |
| HSV(B) | 283.87º | 0.84% | 0.98% | - |
| XYZ | 40.39 | 19.89 | 92.98 | - |
| YUV | 109.51 | 207.85 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 251 | 0.23 | 0.84 | 0 | 0.02 | 283.87 | 0.96 | 0.57 |
| Hex | C2 | 27 | FB | 17 | 54 | 0 | 2 | 11C | 60 | 39 |
| Octal | 302 | 47 | 373 | 27 | 124 | 0 | 2 | 434 | 140 | 71 |
| Binary | 11000010 | 100111 | 11111011 | 10111 | 1010100 | 0 | 10 | 100011100 | 1100000 | 111001 |
Color Harmonies of #C227FB
Complementary color
Monochromatic Colors of #C227FB
Black with #C227FB
Text Example
Text Example
White with #C227FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227FB; }
p { color: rgb(194,39,251); }
H1.HeaderClassName
{
color: #C227FB;
}
.AnyTagClassName
{
color: #C227FB;
}
</style>
background-color css
<style>
a { background-color: #C227FB; }
a { background-color: rgb(194,39,251); }
div.DivClassName
{
background-color: #C227FB;
}
.BgClassName
{
background-color: #C227FB;
}
</style>
border-color css
<style>
span { border-color: #C227FB; }
span { border-color: rgb(194,39,251); }
td.TdClassName
{
border-color: #C227FB;
}
.TagClassName
{
border-color: #C227FB;
}
</style>