Shades of Electric Purple #C934FF
Tints of Electric Purple #C934FF
RGB
CMYK
RGB Variations
Color information
#C934FF (or 0xC934FF) is known color: Electric Purple. HEX triplet: C9, 34 and FF. RGB value is (201,52,255). Sum of RGB (Red+Green+Blue) = 201+52+255=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 52 (20.70% from 255 or 10.24% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #C934FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C934FF is #36CB00. Grayscale: #777777. Windows color (decimal): -3590913 or 16725193. OLE color: 16725193.
HSL color Cylindrical-coordinate representation of color #C934FF: hue angle of 284.04º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C934FF is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 52 | 255 | - |
| CMYK | 0.21 | 0.80 | 0 | 0 |
| HSL | 284.04º | 1% | 0.6% | - |
| HSV(B) | 284.04º | 0.8% | 1% | - |
| XYZ | 43.37 | 22.09 | 96.59 | - |
| YUV | 119.69 | 204.36 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 255 | 0.21 | 0.80 | 0 | 0 | 284.04 | 1 | 0.6 |
| Hex | C9 | 34 | FF | 15 | 50 | 0 | 0 | 11C | 64 | 3C |
| Octal | 311 | 64 | 377 | 25 | 120 | 0 | 0 | 434 | 144 | 74 |
| Binary | 11001001 | 110100 | 11111111 | 10101 | 1010000 | 0 | 0 | 100011100 | 1100100 | 111100 |
Color Harmonies of #C934FF
Complementary color
Monochromatic Colors of #C934FF
Black with #C934FF
Text Example
Text Example
White with #C934FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934FF; }
p { color: rgb(201,52,255); }
H1.HeaderClassName
{
color: #C934FF;
}
.AnyTagClassName
{
color: #C934FF;
}
</style>
background-color css
<style>
a { background-color: #C934FF; }
a { background-color: rgb(201,52,255); }
div.DivClassName
{
background-color: #C934FF;
}
.BgClassName
{
background-color: #C934FF;
}
</style>
border-color css
<style>
span { border-color: #C934FF; }
span { border-color: rgb(201,52,255); }
td.TdClassName
{
border-color: #C934FF;
}
.TagClassName
{
border-color: #C934FF;
}
</style>