Shades of Electric Purple #C92BFC
Tints of Electric Purple #C92BFC
RGB
CMYK
RGB Variations
Color information
#C92BFC (or 0xC92BFC) is known color: Electric Purple. HEX triplet: C9, 2B and FC. RGB value is (201,43,252). Sum of RGB (Red+Green+Blue) = 201+43+252=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 43 (17.19% from 255 or 8.67% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #C92BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92BFC is #36D403. Grayscale: #717171. Windows color (decimal): -3593220 or 16526281. OLE color: 16526281.
HSL color Cylindrical-coordinate representation of color #C92BFC: hue angle of 285.36º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92BFC is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 43 | 252 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.01 |
| HSL | 285.36º | 0.97% | 0.58% | - |
| HSV(B) | 285.36º | 0.83% | 0.99% | - |
| XYZ | 42.52 | 21.17 | 93.94 | - |
| YUV | 114.07 | 205.85 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 252 | 0.20 | 0.83 | 0 | 0.01 | 285.36 | 0.97 | 0.58 |
| Hex | C9 | 2B | FC | 14 | 53 | 0 | 1 | 11D | 61 | 3A |
| Octal | 311 | 53 | 374 | 24 | 123 | 0 | 1 | 435 | 141 | 72 |
| Binary | 11001001 | 101011 | 11111100 | 10100 | 1010011 | 0 | 1 | 100011101 | 1100001 | 111010 |
Color Harmonies of #C92BFC
Complementary color
Monochromatic Colors of #C92BFC
Black with #C92BFC
Text Example
Text Example
White with #C92BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BFC; }
p { color: rgb(201,43,252); }
H1.HeaderClassName
{
color: #C92BFC;
}
.AnyTagClassName
{
color: #C92BFC;
}
</style>
background-color css
<style>
a { background-color: #C92BFC; }
a { background-color: rgb(201,43,252); }
div.DivClassName
{
background-color: #C92BFC;
}
.BgClassName
{
background-color: #C92BFC;
}
</style>
border-color css
<style>
span { border-color: #C92BFC; }
span { border-color: rgb(201,43,252); }
td.TdClassName
{
border-color: #C92BFC;
}
.TagClassName
{
border-color: #C92BFC;
}
</style>