Shades of Electric Purple #C912FD
Tints of Electric Purple #C912FD
RGB
CMYK
RGB Variations
Color information
#C912FD (or 0xC912FD) is known color: Electric Purple. HEX triplet: C9, 12 and FD. RGB value is (201,18,253). Sum of RGB (Red+Green+Blue) = 201+18+253=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #C912FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C912FD is #36ED02. Grayscale: #626262. Windows color (decimal): -3599619 or 16585417. OLE color: 16585417.
HSL color Cylindrical-coordinate representation of color #C912FD: hue angle of 286.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C912FD is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 18 | 253 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.01 |
| HSL | 286.72º | 0.98% | 0.53% | - |
| HSV(B) | 286.72º | 0.93% | 0.99% | - |
| XYZ | 42.03 | 19.94 | 94.56 | - |
| YUV | 99.51 | 214.63 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 253 | 0.21 | 0.93 | 0 | 0.01 | 286.72 | 0.98 | 0.53 |
| Hex | C9 | 12 | FD | 15 | 5D | 0 | 1 | 11F | 62 | 35 |
| Octal | 311 | 22 | 375 | 25 | 135 | 0 | 1 | 437 | 142 | 65 |
| Binary | 11001001 | 10010 | 11111101 | 10101 | 1011101 | 0 | 1 | 100011111 | 1100010 | 110101 |
Color Harmonies of #C912FD
Complementary color
Monochromatic Colors of #C912FD
Black with #C912FD
Text Example
Text Example
White with #C912FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912FD; }
p { color: rgb(201,18,253); }
H1.HeaderClassName
{
color: #C912FD;
}
.AnyTagClassName
{
color: #C912FD;
}
</style>
background-color css
<style>
a { background-color: #C912FD; }
a { background-color: rgb(201,18,253); }
div.DivClassName
{
background-color: #C912FD;
}
.BgClassName
{
background-color: #C912FD;
}
</style>
border-color css
<style>
span { border-color: #C912FD; }
span { border-color: rgb(201,18,253); }
td.TdClassName
{
border-color: #C912FD;
}
.TagClassName
{
border-color: #C912FD;
}
</style>