Shades of Electric Purple #C910FB
Tints of Electric Purple #C910FB
RGB
CMYK
RGB Variations
Color information
#C910FB (or 0xC910FB) is known color: Electric Purple. HEX triplet: C9, 10 and FB. RGB value is (201,16,251). Sum of RGB (Red+Green+Blue) = 201+16+251=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #C910FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C910FB is #36EF04. Grayscale: #616161. Windows color (decimal): -3600133 or 16453833. OLE color: 16453833.
HSL color Cylindrical-coordinate representation of color #C910FB: hue angle of 287.23º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C910FB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 16 | 251 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.02 |
| HSL | 287.23º | 0.97% | 0.52% | - |
| HSV(B) | 287.23º | 0.94% | 0.98% | - |
| XYZ | 41.69 | 19.75 | 92.88 | - |
| YUV | 98.11 | 214.29 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 251 | 0.20 | 0.94 | 0 | 0.02 | 287.23 | 0.97 | 0.52 |
| Hex | C9 | 10 | FB | 14 | 5E | 0 | 2 | 11F | 61 | 34 |
| Octal | 311 | 20 | 373 | 24 | 136 | 0 | 2 | 437 | 141 | 64 |
| Binary | 11001001 | 10000 | 11111011 | 10100 | 1011110 | 0 | 10 | 100011111 | 1100001 | 110100 |
Color Harmonies of #C910FB
Complementary color
Monochromatic Colors of #C910FB
Black with #C910FB
Text Example
Text Example
White with #C910FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910FB; }
p { color: rgb(201,16,251); }
H1.HeaderClassName
{
color: #C910FB;
}
.AnyTagClassName
{
color: #C910FB;
}
</style>
background-color css
<style>
a { background-color: #C910FB; }
a { background-color: rgb(201,16,251); }
div.DivClassName
{
background-color: #C910FB;
}
.BgClassName
{
background-color: #C910FB;
}
</style>
border-color css
<style>
span { border-color: #C910FB; }
span { border-color: rgb(201,16,251); }
td.TdClassName
{
border-color: #C910FB;
}
.TagClassName
{
border-color: #C910FB;
}
</style>