Shades of Electric Purple #C40BE7
Tints of Electric Purple #C40BE7
RGB
CMYK
RGB Variations
Color information
#C40BE7 (or 0xC40BE7) is known color: Electric Purple. HEX triplet: C4, 0B and E7. RGB value is (196,11,231). Sum of RGB (Red+Green+Blue) = 196+11+231=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 231 (90.62% from 255 or 52.74% from 438); Max value from RGB is 231 - color contains mainly: blue. Hex color #C40BE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40BE7 is #3BF418. Grayscale: #5A5A5A. Windows color (decimal): -3929113 or 15141828. OLE color: 15141828.
HSL color Cylindrical-coordinate representation of color #C40BE7: hue angle of 290.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40BE7 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 11 | 231 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.09 |
| HSL | 290.45º | 0.91% | 0.47% | - |
| HSV(B) | 290.45º | 0.95% | 0.91% | - |
| XYZ | 37.31 | 17.74 | 77.06 | - |
| YUV | 91.4 | 206.79 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 231 | 0.15 | 0.95 | 0 | 0.09 | 290.45 | 0.91 | 0.47 |
| Hex | C4 | B | E7 | F | 5F | 0 | 9 | 122 | 5B | 2F |
| Octal | 304 | 13 | 347 | 17 | 137 | 0 | 11 | 442 | 133 | 57 |
| Binary | 11000100 | 1011 | 11100111 | 1111 | 1011111 | 0 | 1001 | 100100010 | 1011011 | 101111 |
Color Harmonies of #C40BE7
Complementary color
Monochromatic Colors of #C40BE7
Black with #C40BE7
Text Example
Text Example
White with #C40BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BE7; }
p { color: rgb(196,11,231); }
H1.HeaderClassName
{
color: #C40BE7;
}
.AnyTagClassName
{
color: #C40BE7;
}
</style>
background-color css
<style>
a { background-color: #C40BE7; }
a { background-color: rgb(196,11,231); }
div.DivClassName
{
background-color: #C40BE7;
}
.BgClassName
{
background-color: #C40BE7;
}
</style>
border-color css
<style>
span { border-color: #C40BE7; }
span { border-color: rgb(196,11,231); }
td.TdClassName
{
border-color: #C40BE7;
}
.TagClassName
{
border-color: #C40BE7;
}
</style>