Shades of Electric Purple #C304F8
Tints of Electric Purple #C304F8
RGB
CMYK
RGB Variations
Color information
#C304F8 (or 0xC304F8) is known color: Electric Purple. HEX triplet: C3, 04 and F8. RGB value is (195,4,248). Sum of RGB (Red+Green+Blue) = 195+4+248=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 248 (97.27% from 255 or 55.48% from 447); Max value from RGB is 248 - color contains mainly: blue. Hex color #C304F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C304F8 is #3CFB07. Grayscale: #585858. Windows color (decimal): -3996424 or 16254147. OLE color: 16254147.
HSL color Cylindrical-coordinate representation of color #C304F8: hue angle of 286.97º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C304F8 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 4 | 248 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.03 |
| HSL | 286.97º | 0.97% | 0.49% | - |
| HSV(B) | 286.97º | 0.98% | 0.97% | - |
| XYZ | 39.49 | 18.47 | 90.29 | - |
| YUV | 88.93 | 217.78 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 248 | 0.21 | 0.98 | 0 | 0.03 | 286.97 | 0.97 | 0.49 |
| Hex | C3 | 4 | F8 | 15 | 62 | 0 | 3 | 11F | 61 | 31 |
| Octal | 303 | 4 | 370 | 25 | 142 | 0 | 3 | 437 | 141 | 61 |
| Binary | 11000011 | 100 | 11111000 | 10101 | 1100010 | 0 | 11 | 100011111 | 1100001 | 110001 |
Color Harmonies of #C304F8
Complementary color
Monochromatic Colors of #C304F8
Black with #C304F8
Text Example
Text Example
White with #C304F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C304F8; }
p { color: rgb(195,4,248); }
H1.HeaderClassName
{
color: #C304F8;
}
.AnyTagClassName
{
color: #C304F8;
}
</style>
background-color css
<style>
a { background-color: #C304F8; }
a { background-color: rgb(195,4,248); }
div.DivClassName
{
background-color: #C304F8;
}
.BgClassName
{
background-color: #C304F8;
}
</style>
border-color css
<style>
span { border-color: #C304F8; }
span { border-color: rgb(195,4,248); }
td.TdClassName
{
border-color: #C304F8;
}
.TagClassName
{
border-color: #C304F8;
}
</style>