Shades of Electric Purple #C905FF
Tints of Electric Purple #C905FF
RGB
CMYK
RGB Variations
Color information
#C905FF (or 0xC905FF) is known color: Electric Purple. HEX triplet: C9, 05 and FF. RGB value is (201,5,255). Sum of RGB (Red+Green+Blue) = 201+5+255=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #C905FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C905FF is #36FA00. Grayscale: #5B5B5B. Windows color (decimal): -3602945 or 16713161. OLE color: 16713161.
HSL color Cylindrical-coordinate representation of color #C905FF: hue angle of 287.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C905FF is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 5 | 255 | - |
| CMYK | 0.21 | 0.98 | 0 | 0 |
| HSL | 287.04º | 1% | 0.51% | - |
| HSV(B) | 287.04º | 0.98% | 1% | - |
| XYZ | 42.19 | 19.75 | 96.2 | - |
| YUV | 92.1 | 219.93 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 255 | 0.21 | 0.98 | 0 | 0 | 287.04 | 1 | 0.51 |
| Hex | C9 | 5 | FF | 15 | 62 | 0 | 0 | 11F | 64 | 33 |
| Octal | 311 | 5 | 377 | 25 | 142 | 0 | 0 | 437 | 144 | 63 |
| Binary | 11001001 | 101 | 11111111 | 10101 | 1100010 | 0 | 0 | 100011111 | 1100100 | 110011 |
Color Harmonies of #C905FF
Complementary color
Monochromatic Colors of #C905FF
Black with #C905FF
Text Example
Text Example
White with #C905FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905FF; }
p { color: rgb(201,5,255); }
H1.HeaderClassName
{
color: #C905FF;
}
.AnyTagClassName
{
color: #C905FF;
}
</style>
background-color css
<style>
a { background-color: #C905FF; }
a { background-color: rgb(201,5,255); }
div.DivClassName
{
background-color: #C905FF;
}
.BgClassName
{
background-color: #C905FF;
}
</style>
border-color css
<style>
span { border-color: #C905FF; }
span { border-color: rgb(201,5,255); }
td.TdClassName
{
border-color: #C905FF;
}
.TagClassName
{
border-color: #C905FF;
}
</style>