Shades of Electric Purple #C900FF
Tints of Electric Purple #C900FF
RGB
CMYK
RGB Variations
Color information
#C900FF (or 0xC900FF) is known color: Electric Purple. HEX triplet: C9, 00 and FF. RGB value is (201,0,255). Sum of RGB (Red+Green+Blue) = 201+0+255=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #C900FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900FF is #36FF00. Grayscale: #585858. Windows color (decimal): -3604225 or 16711881. OLE color: 16711881.
HSL color Cylindrical-coordinate representation of color #C900FF: hue angle of 287.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900FF is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 0 | 255 | - |
| CMYK | 0.21 | 1 | 0 | 0 |
| HSL | 287.29º | 1% | 0.5% | - |
| HSV(B) | 287.29º | 1% | 1% | - |
| XYZ | 42.14 | 19.64 | 96.18 | - |
| YUV | 89.17 | 221.59 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 255 | 0.21 | 1 | 0 | 0 | 287.29 | 1 | 0.5 |
| Hex | C9 | 0 | FF | 15 | 64 | 0 | 0 | 11F | 64 | 32 |
| Octal | 311 | 0 | 377 | 25 | 144 | 0 | 0 | 437 | 144 | 62 |
| Binary | 11001001 | 0 | 11111111 | 10101 | 1100100 | 0 | 0 | 100011111 | 1100100 | 110010 |
Color Harmonies of #C900FF
Complementary color
Monochromatic Colors of #C900FF
Black with #C900FF
Text Example
Text Example
White with #C900FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900FF; }
p { color: rgb(201,0,255); }
H1.HeaderClassName
{
color: #C900FF;
}
.AnyTagClassName
{
color: #C900FF;
}
</style>
background-color css
<style>
a { background-color: #C900FF; }
a { background-color: rgb(201,0,255); }
div.DivClassName
{
background-color: #C900FF;
}
.BgClassName
{
background-color: #C900FF;
}
</style>
border-color css
<style>
span { border-color: #C900FF; }
span { border-color: rgb(201,0,255); }
td.TdClassName
{
border-color: #C900FF;
}
.TagClassName
{
border-color: #C900FF;
}
</style>