Shades of Electric Purple #C935FC
Tints of Electric Purple #C935FC
RGB
CMYK
RGB Variations
Color information
#C935FC (or 0xC935FC) is known color: Electric Purple. HEX triplet: C9, 35 and FC. RGB value is (201,53,252). Sum of RGB (Red+Green+Blue) = 201+53+252=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 53 (21.09% from 255 or 10.47% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #C935FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C935FC is #36CA03. Grayscale: #777777. Windows color (decimal): -3590660 or 16528841. OLE color: 16528841.
HSL color Cylindrical-coordinate representation of color #C935FC: hue angle of 284.62º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C935FC is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 53 | 252 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.01 |
| HSL | 284.62º | 0.97% | 0.6% | - |
| HSV(B) | 284.62º | 0.79% | 0.99% | - |
| XYZ | 42.93 | 21.99 | 94.08 | - |
| YUV | 119.94 | 202.53 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 252 | 0.20 | 0.79 | 0 | 0.01 | 284.62 | 0.97 | 0.6 |
| Hex | C9 | 35 | FC | 14 | 4F | 0 | 1 | 11D | 61 | 3C |
| Octal | 311 | 65 | 374 | 24 | 117 | 0 | 1 | 435 | 141 | 74 |
| Binary | 11001001 | 110101 | 11111100 | 10100 | 1001111 | 0 | 1 | 100011101 | 1100001 | 111100 |
Color Harmonies of #C935FC
Complementary color
Monochromatic Colors of #C935FC
Black with #C935FC
Text Example
Text Example
White with #C935FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935FC; }
p { color: rgb(201,53,252); }
H1.HeaderClassName
{
color: #C935FC;
}
.AnyTagClassName
{
color: #C935FC;
}
</style>
background-color css
<style>
a { background-color: #C935FC; }
a { background-color: rgb(201,53,252); }
div.DivClassName
{
background-color: #C935FC;
}
.BgClassName
{
background-color: #C935FC;
}
</style>
border-color css
<style>
span { border-color: #C935FC; }
span { border-color: rgb(201,53,252); }
td.TdClassName
{
border-color: #C935FC;
}
.TagClassName
{
border-color: #C935FC;
}
</style>