Shades of Electric Purple #C907FB
Tints of Electric Purple #C907FB
RGB
CMYK
RGB Variations
Color information
#C907FB (or 0xC907FB) is known color: Electric Purple. HEX triplet: C9, 07 and FB. RGB value is (201,7,251). Sum of RGB (Red+Green+Blue) = 201+7+251=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 7 (3.12% from 255 or 1.53% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #C907FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C907FB is #36F804. Grayscale: #5C5C5C. Windows color (decimal): -3602437 or 16451529. OLE color: 16451529.
HSL color Cylindrical-coordinate representation of color #C907FB: hue angle of 287.7º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907FB is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 7 | 251 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.02 |
| HSL | 287.7º | 0.97% | 0.51% | - |
| HSV(B) | 287.7º | 0.97% | 0.98% | - |
| XYZ | 41.58 | 19.53 | 92.85 | - |
| YUV | 92.82 | 217.27 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 251 | 0.20 | 0.97 | 0 | 0.02 | 287.7 | 0.97 | 0.51 |
| Hex | C9 | 7 | FB | 14 | 61 | 0 | 2 | 120 | 61 | 33 |
| Octal | 311 | 7 | 373 | 24 | 141 | 0 | 2 | 440 | 141 | 63 |
| Binary | 11001001 | 111 | 11111011 | 10100 | 1100001 | 0 | 10 | 100100000 | 1100001 | 110011 |
Color Harmonies of #C907FB
Complementary color
Monochromatic Colors of #C907FB
Black with #C907FB
Text Example
Text Example
White with #C907FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907FB; }
p { color: rgb(201,7,251); }
H1.HeaderClassName
{
color: #C907FB;
}
.AnyTagClassName
{
color: #C907FB;
}
</style>
background-color css
<style>
a { background-color: #C907FB; }
a { background-color: rgb(201,7,251); }
div.DivClassName
{
background-color: #C907FB;
}
.BgClassName
{
background-color: #C907FB;
}
</style>
border-color css
<style>
span { border-color: #C907FB; }
span { border-color: rgb(201,7,251); }
td.TdClassName
{
border-color: #C907FB;
}
.TagClassName
{
border-color: #C907FB;
}
</style>