Shades of Electric Purple #C92BF3
Tints of Electric Purple #C92BF3
RGB
CMYK
RGB Variations
Color information
#C92BF3 (or 0xC92BF3) is known color: Electric Purple. HEX triplet: C9, 2B and F3. RGB value is (201,43,243). Sum of RGB (Red+Green+Blue) = 201+43+243=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 43 (17.19% from 255 or 8.83% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #C92BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92BF3 is #36D40C. Grayscale: #707070. Windows color (decimal): -3593229 or 15936457. OLE color: 15936457.
HSL color Cylindrical-coordinate representation of color #C92BF3: hue angle of 287.4º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92BF3 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 43 | 243 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.05 |
| HSL | 287.4º | 0.89% | 0.56% | - |
| HSV(B) | 287.4º | 0.82% | 0.95% | - |
| XYZ | 41.13 | 20.62 | 86.61 | - |
| YUV | 113.04 | 201.35 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 243 | 0.17 | 0.82 | 0 | 0.05 | 287.4 | 0.89 | 0.56 |
| Hex | C9 | 2B | F3 | 11 | 52 | 0 | 5 | 11F | 59 | 38 |
| Octal | 311 | 53 | 363 | 21 | 122 | 0 | 5 | 437 | 131 | 70 |
| Binary | 11001001 | 101011 | 11110011 | 10001 | 1010010 | 0 | 101 | 100011111 | 1011001 | 111000 |
Color Harmonies of #C92BF3
Complementary color
Monochromatic Colors of #C92BF3
Black with #C92BF3
Text Example
Text Example
White with #C92BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BF3; }
p { color: rgb(201,43,243); }
H1.HeaderClassName
{
color: #C92BF3;
}
.AnyTagClassName
{
color: #C92BF3;
}
</style>
background-color css
<style>
a { background-color: #C92BF3; }
a { background-color: rgb(201,43,243); }
div.DivClassName
{
background-color: #C92BF3;
}
.BgClassName
{
background-color: #C92BF3;
}
</style>
border-color css
<style>
span { border-color: #C92BF3; }
span { border-color: rgb(201,43,243); }
td.TdClassName
{
border-color: #C92BF3;
}
.TagClassName
{
border-color: #C92BF3;
}
</style>