Shades of Electric Purple #C936FF
Tints of Electric Purple #C936FF
RGB
CMYK
RGB Variations
Color information
#C936FF (or 0xC936FF) is known color: Electric Purple. HEX triplet: C9, 36 and FF. RGB value is (201,54,255). Sum of RGB (Red+Green+Blue) = 201+54+255=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 54 (21.48% from 255 or 10.59% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #C936FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C936FF is #36C900. Grayscale: #787878. Windows color (decimal): -3590401 or 16725705. OLE color: 16725705.
HSL color Cylindrical-coordinate representation of color #C936FF: hue angle of 283.88º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C936FF is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 54 | 255 | - |
| CMYK | 0.21 | 0.79 | 0 | 0 |
| HSL | 283.88º | 1% | 0.61% | - |
| HSV(B) | 283.88º | 0.79% | 1% | - |
| XYZ | 43.46 | 22.28 | 96.62 | - |
| YUV | 120.87 | 203.7 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 255 | 0.21 | 0.79 | 0 | 0 | 283.88 | 1 | 0.61 |
| Hex | C9 | 36 | FF | 15 | 4F | 0 | 0 | 11C | 64 | 3D |
| Octal | 311 | 66 | 377 | 25 | 117 | 0 | 0 | 434 | 144 | 75 |
| Binary | 11001001 | 110110 | 11111111 | 10101 | 1001111 | 0 | 0 | 100011100 | 1100100 | 111101 |
Color Harmonies of #C936FF
Complementary color
Monochromatic Colors of #C936FF
Black with #C936FF
Text Example
Text Example
White with #C936FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936FF; }
p { color: rgb(201,54,255); }
H1.HeaderClassName
{
color: #C936FF;
}
.AnyTagClassName
{
color: #C936FF;
}
</style>
background-color css
<style>
a { background-color: #C936FF; }
a { background-color: rgb(201,54,255); }
div.DivClassName
{
background-color: #C936FF;
}
.BgClassName
{
background-color: #C936FF;
}
</style>
border-color css
<style>
span { border-color: #C936FF; }
span { border-color: rgb(201,54,255); }
td.TdClassName
{
border-color: #C936FF;
}
.TagClassName
{
border-color: #C936FF;
}
</style>