Shades of Electric Purple #C935FD
Tints of Electric Purple #C935FD
RGB
CMYK
RGB Variations
Color information
#C935FD (or 0xC935FD) is known color: Electric Purple. HEX triplet: C9, 35 and FD. RGB value is (201,53,253). Sum of RGB (Red+Green+Blue) = 201+53+253=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 53 (21.09% from 255 or 10.45% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #C935FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C935FD is #36CA02. Grayscale: #777777. Windows color (decimal): -3590659 or 16594377. OLE color: 16594377.
HSL color Cylindrical-coordinate representation of color #C935FD: hue angle of 284.4º degrees, saturation: 0.98, 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 #C935FD is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 53 | 253 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.01 |
| HSL | 284.4º | 0.98% | 0.6% | - |
| HSV(B) | 284.4º | 0.79% | 0.99% | - |
| XYZ | 43.09 | 22.06 | 94.91 | - |
| YUV | 120.05 | 203.03 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 253 | 0.21 | 0.79 | 0 | 0.01 | 284.4 | 0.98 | 0.6 |
| Hex | C9 | 35 | FD | 15 | 4F | 0 | 1 | 11C | 62 | 3C |
| Octal | 311 | 65 | 375 | 25 | 117 | 0 | 1 | 434 | 142 | 74 |
| Binary | 11001001 | 110101 | 11111101 | 10101 | 1001111 | 0 | 1 | 100011100 | 1100010 | 111100 |
Color Harmonies of #C935FD
Complementary color
Monochromatic Colors of #C935FD
Black with #C935FD
Text Example
Text Example
White with #C935FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935FD; }
p { color: rgb(201,53,253); }
H1.HeaderClassName
{
color: #C935FD;
}
.AnyTagClassName
{
color: #C935FD;
}
</style>
background-color css
<style>
a { background-color: #C935FD; }
a { background-color: rgb(201,53,253); }
div.DivClassName
{
background-color: #C935FD;
}
.BgClassName
{
background-color: #C935FD;
}
</style>
border-color css
<style>
span { border-color: #C935FD; }
span { border-color: rgb(201,53,253); }
td.TdClassName
{
border-color: #C935FD;
}
.TagClassName
{
border-color: #C935FD;
}
</style>