Shades of Electric Purple #C921FF
Tints of Electric Purple #C921FF
RGB
CMYK
RGB Variations
Color information
#C921FF (or 0xC921FF) is known color: Electric Purple. HEX triplet: C9, 21 and FF. RGB value is (201,33,255). Sum of RGB (Red+Green+Blue) = 201+33+255=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 33 (13.28% from 255 or 6.75% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #C921FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921FF is #36DE00. Grayscale: #6B6B6B. Windows color (decimal): -3595777 or 16720329. OLE color: 16720329.
HSL color Cylindrical-coordinate representation of color #C921FF: hue angle of 285.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C921FF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 33 | 255 | - |
| CMYK | 0.21 | 0.87 | 0 | 0 |
| HSL | 285.41º | 1% | 0.56% | - |
| HSV(B) | 285.41º | 0.87% | 1% | - |
| XYZ | 42.68 | 20.73 | 96.36 | - |
| YUV | 108.54 | 210.66 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 255 | 0.21 | 0.87 | 0 | 0 | 285.41 | 1 | 0.56 |
| Hex | C9 | 21 | FF | 15 | 57 | 0 | 0 | 11D | 64 | 38 |
| Octal | 311 | 41 | 377 | 25 | 127 | 0 | 0 | 435 | 144 | 70 |
| Binary | 11001001 | 100001 | 11111111 | 10101 | 1010111 | 0 | 0 | 100011101 | 1100100 | 111000 |
Color Harmonies of #C921FF
Complementary color
Monochromatic Colors of #C921FF
Black with #C921FF
Text Example
Text Example
White with #C921FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921FF; }
p { color: rgb(201,33,255); }
H1.HeaderClassName
{
color: #C921FF;
}
.AnyTagClassName
{
color: #C921FF;
}
</style>
background-color css
<style>
a { background-color: #C921FF; }
a { background-color: rgb(201,33,255); }
div.DivClassName
{
background-color: #C921FF;
}
.BgClassName
{
background-color: #C921FF;
}
</style>
border-color css
<style>
span { border-color: #C921FF; }
span { border-color: rgb(201,33,255); }
td.TdClassName
{
border-color: #C921FF;
}
.TagClassName
{
border-color: #C921FF;
}
</style>