Shades of Electric Purple #C934FB
Tints of Electric Purple #C934FB
RGB
CMYK
RGB Variations
Color information
#C934FB (or 0xC934FB) is known color: Electric Purple. HEX triplet: C9, 34 and FB. RGB value is (201,52,251). Sum of RGB (Red+Green+Blue) = 201+52+251=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #C934FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C934FB is #36CB04. Grayscale: #767676. Windows color (decimal): -3590917 or 16463049. OLE color: 16463049.
HSL color Cylindrical-coordinate representation of color #C934FB: hue angle of 284.92º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C934FB is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 52 | 251 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.02 |
| HSL | 284.92º | 0.96% | 0.59% | - |
| HSV(B) | 284.92º | 0.79% | 0.98% | - |
| XYZ | 42.73 | 21.84 | 93.23 | - |
| YUV | 119.24 | 202.36 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 251 | 0.20 | 0.79 | 0 | 0.02 | 284.92 | 0.96 | 0.59 |
| Hex | C9 | 34 | FB | 14 | 4F | 0 | 2 | 11D | 60 | 3B |
| Octal | 311 | 64 | 373 | 24 | 117 | 0 | 2 | 435 | 140 | 73 |
| Binary | 11001001 | 110100 | 11111011 | 10100 | 1001111 | 0 | 10 | 100011101 | 1100000 | 111011 |
Color Harmonies of #C934FB
Complementary color
Monochromatic Colors of #C934FB
Black with #C934FB
Text Example
Text Example
White with #C934FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934FB; }
p { color: rgb(201,52,251); }
H1.HeaderClassName
{
color: #C934FB;
}
.AnyTagClassName
{
color: #C934FB;
}
</style>
background-color css
<style>
a { background-color: #C934FB; }
a { background-color: rgb(201,52,251); }
div.DivClassName
{
background-color: #C934FB;
}
.BgClassName
{
background-color: #C934FB;
}
</style>
border-color css
<style>
span { border-color: #C934FB; }
span { border-color: rgb(201,52,251); }
td.TdClassName
{
border-color: #C934FB;
}
.TagClassName
{
border-color: #C934FB;
}
</style>