Shades of Electric Purple #C300F0
Tints of Electric Purple #C300F0
RGB
CMYK
RGB Variations
Color information
#C300F0 (or 0xC300F0) is known color: Electric Purple. HEX triplet: C3, 00 and F0. RGB value is (195,0,240). Sum of RGB (Red+Green+Blue) = 195+0+240=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #C300F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C300F0 is #3CFF0F. Grayscale: #545454. Windows color (decimal): -3997456 or 15728835. OLE color: 15728835.
HSL color Cylindrical-coordinate representation of color #C300F0: hue angle of 288.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300F0 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 0 | 240 | - |
| CMYK | 0.19 | 1 | 0 | 0.06 |
| HSL | 288.75º | 1% | 0.47% | - |
| HSV(B) | 288.75º | 1% | 0.94% | - |
| XYZ | 38.23 | 17.89 | 83.88 | - |
| YUV | 85.67 | 215.1 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 240 | 0.19 | 1 | 0 | 0.06 | 288.75 | 1 | 0.47 |
| Hex | C3 | 0 | F0 | 13 | 64 | 0 | 6 | 121 | 64 | 2F |
| Octal | 303 | 0 | 360 | 23 | 144 | 0 | 6 | 441 | 144 | 57 |
| Binary | 11000011 | 0 | 11110000 | 10011 | 1100100 | 0 | 110 | 100100001 | 1100100 | 101111 |
Color Harmonies of #C300F0
Complementary color
Monochromatic Colors of #C300F0
Black with #C300F0
Text Example
Text Example
White with #C300F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C300F0; }
p { color: rgb(195,0,240); }
H1.HeaderClassName
{
color: #C300F0;
}
.AnyTagClassName
{
color: #C300F0;
}
</style>
background-color css
<style>
a { background-color: #C300F0; }
a { background-color: rgb(195,0,240); }
div.DivClassName
{
background-color: #C300F0;
}
.BgClassName
{
background-color: #C300F0;
}
</style>
border-color css
<style>
span { border-color: #C300F0; }
span { border-color: rgb(195,0,240); }
td.TdClassName
{
border-color: #C300F0;
}
.TagClassName
{
border-color: #C300F0;
}
</style>