Shades of Electric Purple #C907FF
Tints of Electric Purple #C907FF
RGB
CMYK
RGB Variations
Color information
#C907FF (or 0xC907FF) is known color: Electric Purple. HEX triplet: C9, 07 and FF. RGB value is (201,7,255). Sum of RGB (Red+Green+Blue) = 201+7+255=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 7 (3.12% from 255 or 1.51% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #C907FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C907FF is #36F800. Grayscale: #5C5C5C. Windows color (decimal): -3602433 or 16713673. OLE color: 16713673.
HSL color Cylindrical-coordinate representation of color #C907FF: hue angle of 286.94º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907FF is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 7 | 255 | - |
| CMYK | 0.21 | 0.97 | 0 | 0 |
| HSL | 286.94º | 1% | 0.51% | - |
| HSV(B) | 286.94º | 0.97% | 1% | - |
| XYZ | 42.21 | 19.79 | 96.2 | - |
| YUV | 93.28 | 219.27 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 255 | 0.21 | 0.97 | 0 | 0 | 286.94 | 1 | 0.51 |
| Hex | C9 | 7 | FF | 15 | 61 | 0 | 0 | 11F | 64 | 33 |
| Octal | 311 | 7 | 377 | 25 | 141 | 0 | 0 | 437 | 144 | 63 |
| Binary | 11001001 | 111 | 11111111 | 10101 | 1100001 | 0 | 0 | 100011111 | 1100100 | 110011 |
Color Harmonies of #C907FF
Complementary color
Monochromatic Colors of #C907FF
Black with #C907FF
Text Example
Text Example
White with #C907FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907FF; }
p { color: rgb(201,7,255); }
H1.HeaderClassName
{
color: #C907FF;
}
.AnyTagClassName
{
color: #C907FF;
}
</style>
background-color css
<style>
a { background-color: #C907FF; }
a { background-color: rgb(201,7,255); }
div.DivClassName
{
background-color: #C907FF;
}
.BgClassName
{
background-color: #C907FF;
}
</style>
border-color css
<style>
span { border-color: #C907FF; }
span { border-color: rgb(201,7,255); }
td.TdClassName
{
border-color: #C907FF;
}
.TagClassName
{
border-color: #C907FF;
}
</style>