Shades of Electric Purple #C903FF
Tints of Electric Purple #C903FF
RGB
CMYK
RGB Variations
Color information
#C903FF (or 0xC903FF) is known color: Electric Purple. HEX triplet: C9, 03 and FF. RGB value is (201,3,255). Sum of RGB (Red+Green+Blue) = 201+3+255=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 3 (1.56% from 255 or 0.65% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #C903FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C903FF is #36FC00. Grayscale: #5A5A5A. Windows color (decimal): -3603457 or 16712649. OLE color: 16712649.
HSL color Cylindrical-coordinate representation of color #C903FF: hue angle of 287.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C903FF is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 3 | 255 | - |
| CMYK | 0.21 | 0.99 | 0 | 0 |
| HSL | 287.14º | 1% | 0.51% | - |
| HSV(B) | 287.14º | 0.99% | 1% | - |
| XYZ | 42.17 | 19.7 | 96.19 | - |
| YUV | 90.93 | 220.6 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 255 | 0.21 | 0.99 | 0 | 0 | 287.14 | 1 | 0.51 |
| Hex | C9 | 3 | FF | 15 | 63 | 0 | 0 | 11F | 64 | 33 |
| Octal | 311 | 3 | 377 | 25 | 143 | 0 | 0 | 437 | 144 | 63 |
| Binary | 11001001 | 11 | 11111111 | 10101 | 1100011 | 0 | 0 | 100011111 | 1100100 | 110011 |
Color Harmonies of #C903FF
Complementary color
Monochromatic Colors of #C903FF
Black with #C903FF
Text Example
Text Example
White with #C903FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903FF; }
p { color: rgb(201,3,255); }
H1.HeaderClassName
{
color: #C903FF;
}
.AnyTagClassName
{
color: #C903FF;
}
</style>
background-color css
<style>
a { background-color: #C903FF; }
a { background-color: rgb(201,3,255); }
div.DivClassName
{
background-color: #C903FF;
}
.BgClassName
{
background-color: #C903FF;
}
</style>
border-color css
<style>
span { border-color: #C903FF; }
span { border-color: rgb(201,3,255); }
td.TdClassName
{
border-color: #C903FF;
}
.TagClassName
{
border-color: #C903FF;
}
</style>