Shades of Electric Purple #C601F8
Tints of Electric Purple #C601F8
RGB
CMYK
RGB Variations
Color information
#C601F8 (or 0xC601F8) is known color: Electric Purple. HEX triplet: C6, 01 and F8. RGB value is (198,1,248). Sum of RGB (Red+Green+Blue) = 198+1+248=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 1 (0.78% from 255 or 0.22% 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 #C601F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C601F8 is #39FE07. Grayscale: #575757. Windows color (decimal): -3800584 or 16253382. OLE color: 16253382.
HSL color Cylindrical-coordinate representation of color #C601F8: hue angle of 287.85º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601F8 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 1 | 248 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.03 |
| HSL | 287.85º | 0.99% | 0.49% | - |
| HSV(B) | 287.85º | 1% | 0.97% | - |
| XYZ | 40.24 | 18.8 | 90.32 | - |
| YUV | 88.06 | 218.27 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 248 | 0.20 | 1.00 | 0 | 0.03 | 287.85 | 0.99 | 0.49 |
| Hex | C6 | 1 | F8 | 14 | 64 | 0 | 3 | 120 | 63 | 31 |
| Octal | 306 | 1 | 370 | 24 | 144 | 0 | 3 | 440 | 143 | 61 |
| Binary | 11000110 | 1 | 11111000 | 10100 | 1100100 | 0 | 11 | 100100000 | 1100011 | 110001 |
Color Harmonies of #C601F8
Complementary color
Monochromatic Colors of #C601F8
Black with #C601F8
Text Example
Text Example
White with #C601F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601F8; }
p { color: rgb(198,1,248); }
H1.HeaderClassName
{
color: #C601F8;
}
.AnyTagClassName
{
color: #C601F8;
}
</style>
background-color css
<style>
a { background-color: #C601F8; }
a { background-color: rgb(198,1,248); }
div.DivClassName
{
background-color: #C601F8;
}
.BgClassName
{
background-color: #C601F8;
}
</style>
border-color css
<style>
span { border-color: #C601F8; }
span { border-color: rgb(198,1,248); }
td.TdClassName
{
border-color: #C601F8;
}
.TagClassName
{
border-color: #C601F8;
}
</style>