Shades of Electric Purple #C902ED
Tints of Electric Purple #C902ED
RGB
CMYK
RGB Variations
Color information
#C902ED (or 0xC902ED) is known color: Electric Purple. HEX triplet: C9, 02 and ED. RGB value is (201,2,237). Sum of RGB (Red+Green+Blue) = 201+2+237=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #C902ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C902ED is #36FD12. Grayscale: #575757. Windows color (decimal): -3603731 or 15532745. OLE color: 15532745.
HSL color Cylindrical-coordinate representation of color #C902ED: hue angle of 290.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C902ED is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 2 | 237 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.07 |
| HSL | 290.81º | 0.98% | 0.47% | - |
| HSV(B) | 290.81º | 0.99% | 0.93% | - |
| XYZ | 39.4 | 18.58 | 81.63 | - |
| YUV | 88.29 | 211.93 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 237 | 0.15 | 0.99 | 0 | 0.07 | 290.81 | 0.98 | 0.47 |
| Hex | C9 | 2 | ED | F | 63 | 0 | 7 | 123 | 62 | 2F |
| Octal | 311 | 2 | 355 | 17 | 143 | 0 | 7 | 443 | 142 | 57 |
| Binary | 11001001 | 10 | 11101101 | 1111 | 1100011 | 0 | 111 | 100100011 | 1100010 | 101111 |
Color Harmonies of #C902ED
Complementary color
Monochromatic Colors of #C902ED
Black with #C902ED
Text Example
Text Example
White with #C902ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902ED; }
p { color: rgb(201,2,237); }
H1.HeaderClassName
{
color: #C902ED;
}
.AnyTagClassName
{
color: #C902ED;
}
</style>
background-color css
<style>
a { background-color: #C902ED; }
a { background-color: rgb(201,2,237); }
div.DivClassName
{
background-color: #C902ED;
}
.BgClassName
{
background-color: #C902ED;
}
</style>
border-color css
<style>
span { border-color: #C902ED; }
span { border-color: rgb(201,2,237); }
td.TdClassName
{
border-color: #C902ED;
}
.TagClassName
{
border-color: #C902ED;
}
</style>