Shades of Electric Purple #C300E7
Tints of Electric Purple #C300E7
RGB
CMYK
RGB Variations
Color information
#C300E7 (or 0xC300E7) is known color: Electric Purple. HEX triplet: C3, 00 and E7. RGB value is (195,0,231). Sum of RGB (Red+Green+Blue) = 195+0+231=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #C300E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C300E7 is #3CFF18. Grayscale: #535353. Windows color (decimal): -3997465 or 15139011. OLE color: 15139011.
HSL color Cylindrical-coordinate representation of color #C300E7: hue angle of 290.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300E7 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 0 | 231 | - |
| CMYK | 0.16 | 1 | 0 | 0.09 |
| HSL | 290.65º | 1% | 0.45% | - |
| HSV(B) | 290.65º | 1% | 0.91% | - |
| XYZ | 36.93 | 17.37 | 77.01 | - |
| YUV | 84.64 | 210.6 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 231 | 0.16 | 1 | 0 | 0.09 | 290.65 | 1 | 0.45 |
| Hex | C3 | 0 | E7 | 10 | 64 | 0 | 9 | 123 | 64 | 2D |
| Octal | 303 | 0 | 347 | 20 | 144 | 0 | 11 | 443 | 144 | 55 |
| Binary | 11000011 | 0 | 11100111 | 10000 | 1100100 | 0 | 1001 | 100100011 | 1100100 | 101101 |
Color Harmonies of #C300E7
Complementary color
Monochromatic Colors of #C300E7
Black with #C300E7
Text Example
Text Example
White with #C300E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C300E7; }
p { color: rgb(195,0,231); }
H1.HeaderClassName
{
color: #C300E7;
}
.AnyTagClassName
{
color: #C300E7;
}
</style>
background-color css
<style>
a { background-color: #C300E7; }
a { background-color: rgb(195,0,231); }
div.DivClassName
{
background-color: #C300E7;
}
.BgClassName
{
background-color: #C300E7;
}
</style>
border-color css
<style>
span { border-color: #C300E7; }
span { border-color: rgb(195,0,231); }
td.TdClassName
{
border-color: #C300E7;
}
.TagClassName
{
border-color: #C300E7;
}
</style>