Shades of Electric Purple #C200FB
Tints of Electric Purple #C200FB
RGB
CMYK
RGB Variations
Color information
#C200FB (or 0xC200FB) is known color: Electric Purple. HEX triplet: C2, 00 and FB. RGB value is (194,0,251). Sum of RGB (Red+Green+Blue) = 194+0+251=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #C200FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200FB is #3DFF04. Grayscale: #555555. Windows color (decimal): -4062981 or 16449730. OLE color: 16449730.
HSL color Cylindrical-coordinate representation of color #C200FB: hue angle of 286.37º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200FB is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 0 | 251 | - |
| CMYK | 0.23 | 1 | 0 | 0.02 |
| HSL | 286.37º | 1% | 0.49% | - |
| HSV(B) | 286.37º | 1% | 0.98% | - |
| XYZ | 39.66 | 18.43 | 92.73 | - |
| YUV | 86.62 | 220.77 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 251 | 0.23 | 1 | 0 | 0.02 | 286.37 | 1 | 0.49 |
| Hex | C2 | 0 | FB | 17 | 64 | 0 | 2 | 11E | 64 | 31 |
| Octal | 302 | 0 | 373 | 27 | 144 | 0 | 2 | 436 | 144 | 61 |
| Binary | 11000010 | 0 | 11111011 | 10111 | 1100100 | 0 | 10 | 100011110 | 1100100 | 110001 |
Color Harmonies of #C200FB
Complementary color
Monochromatic Colors of #C200FB
Black with #C200FB
Text Example
Text Example
White with #C200FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200FB; }
p { color: rgb(194,0,251); }
H1.HeaderClassName
{
color: #C200FB;
}
.AnyTagClassName
{
color: #C200FB;
}
</style>
background-color css
<style>
a { background-color: #C200FB; }
a { background-color: rgb(194,0,251); }
div.DivClassName
{
background-color: #C200FB;
}
.BgClassName
{
background-color: #C200FB;
}
</style>
border-color css
<style>
span { border-color: #C200FB; }
span { border-color: rgb(194,0,251); }
td.TdClassName
{
border-color: #C200FB;
}
.TagClassName
{
border-color: #C200FB;
}
</style>