Shades of Electric Purple #C603F8
Tints of Electric Purple #C603F8
RGB
CMYK
RGB Variations
Color information
#C603F8 (or 0xC603F8) is known color: Electric Purple. HEX triplet: C6, 03 and F8. RGB value is (198,3,248). Sum of RGB (Red+Green+Blue) = 198+3+248=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #C603F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C603F8 is #39FC07. Grayscale: #585858. Windows color (decimal): -3800072 or 16253894. OLE color: 16253894.
HSL color Cylindrical-coordinate representation of color #C603F8: hue angle of 287.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C603F8 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 3 | 248 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.03 |
| HSL | 287.76º | 0.98% | 0.49% | - |
| HSV(B) | 287.76º | 0.99% | 0.97% | - |
| XYZ | 40.26 | 18.85 | 90.32 | - |
| YUV | 89.24 | 217.6 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 248 | 0.20 | 0.99 | 0 | 0.03 | 287.76 | 0.98 | 0.49 |
| Hex | C6 | 3 | F8 | 14 | 63 | 0 | 3 | 120 | 62 | 31 |
| Octal | 306 | 3 | 370 | 24 | 143 | 0 | 3 | 440 | 142 | 61 |
| Binary | 11000110 | 11 | 11111000 | 10100 | 1100011 | 0 | 11 | 100100000 | 1100010 | 110001 |
Color Harmonies of #C603F8
Complementary color
Monochromatic Colors of #C603F8
Black with #C603F8
Text Example
Text Example
White with #C603F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603F8; }
p { color: rgb(198,3,248); }
H1.HeaderClassName
{
color: #C603F8;
}
.AnyTagClassName
{
color: #C603F8;
}
</style>
background-color css
<style>
a { background-color: #C603F8; }
a { background-color: rgb(198,3,248); }
div.DivClassName
{
background-color: #C603F8;
}
.BgClassName
{
background-color: #C603F8;
}
</style>
border-color css
<style>
span { border-color: #C603F8; }
span { border-color: rgb(198,3,248); }
td.TdClassName
{
border-color: #C603F8;
}
.TagClassName
{
border-color: #C603F8;
}
</style>