Shades of Electric Purple #C908FF
Tints of Electric Purple #C908FF
RGB
CMYK
RGB Variations
Color information
#C908FF (or 0xC908FF) is known color: Electric Purple. HEX triplet: C9, 08 and FF. RGB value is (201,8,255). Sum of RGB (Red+Green+Blue) = 201+8+255=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 8 (3.52% from 255 or 1.72% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #C908FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C908FF is #36F700. Grayscale: #5D5D5D. Windows color (decimal): -3602177 or 16713929. OLE color: 16713929.
HSL color Cylindrical-coordinate representation of color #C908FF: hue angle of 286.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C908FF is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 8 | 255 | - |
| CMYK | 0.21 | 0.97 | 0 | 0 |
| HSL | 286.88º | 1% | 0.52% | - |
| HSV(B) | 286.88º | 0.97% | 1% | - |
| XYZ | 42.22 | 19.81 | 96.21 | - |
| YUV | 93.87 | 218.94 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 255 | 0.21 | 0.97 | 0 | 0 | 286.88 | 1 | 0.52 |
| Hex | C9 | 8 | FF | 15 | 61 | 0 | 0 | 11F | 64 | 34 |
| Octal | 311 | 10 | 377 | 25 | 141 | 0 | 0 | 437 | 144 | 64 |
| Binary | 11001001 | 1000 | 11111111 | 10101 | 1100001 | 0 | 0 | 100011111 | 1100100 | 110100 |
Color Harmonies of #C908FF
Complementary color
Monochromatic Colors of #C908FF
Black with #C908FF
Text Example
Text Example
White with #C908FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908FF; }
p { color: rgb(201,8,255); }
H1.HeaderClassName
{
color: #C908FF;
}
.AnyTagClassName
{
color: #C908FF;
}
</style>
background-color css
<style>
a { background-color: #C908FF; }
a { background-color: rgb(201,8,255); }
div.DivClassName
{
background-color: #C908FF;
}
.BgClassName
{
background-color: #C908FF;
}
</style>
border-color css
<style>
span { border-color: #C908FF; }
span { border-color: rgb(201,8,255); }
td.TdClassName
{
border-color: #C908FF;
}
.TagClassName
{
border-color: #C908FF;
}
</style>