Shades of Electric Purple #C001FF
Tints of Electric Purple #C001FF
RGB
CMYK
RGB Variations
Color information
#C001FF (or 0xC001FF) is known color: Electric Purple. HEX triplet: C0, 01 and FF. RGB value is (192,1,255). Sum of RGB (Red+Green+Blue) = 192+1+255=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #C001FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C001FF is #3FFE00. Grayscale: #565656. Windows color (decimal): -4193793 or 16712128. OLE color: 16712128.
HSL color Cylindrical-coordinate representation of color #C001FF: hue angle of 285.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C001FF is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 1 | 255 | - |
| CMYK | 0.25 | 1.00 | 0 | 0 |
| HSL | 285.12º | 1% | 0.5% | - |
| HSV(B) | 285.12º | 1% | 1% | - |
| XYZ | 39.8 | 18.45 | 96.07 | - |
| YUV | 87.07 | 222.78 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 255 | 0.25 | 1.00 | 0 | 0 | 285.12 | 1 | 0.5 |
| Hex | C0 | 1 | FF | 19 | 64 | 0 | 0 | 11D | 64 | 32 |
| Octal | 300 | 1 | 377 | 31 | 144 | 0 | 0 | 435 | 144 | 62 |
| Binary | 11000000 | 1 | 11111111 | 11001 | 1100100 | 0 | 0 | 100011101 | 1100100 | 110010 |
Color Harmonies of #C001FF
Complementary color
Monochromatic Colors of #C001FF
Black with #C001FF
Text Example
Text Example
White with #C001FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001FF; }
p { color: rgb(192,1,255); }
H1.HeaderClassName
{
color: #C001FF;
}
.AnyTagClassName
{
color: #C001FF;
}
</style>
background-color css
<style>
a { background-color: #C001FF; }
a { background-color: rgb(192,1,255); }
div.DivClassName
{
background-color: #C001FF;
}
.BgClassName
{
background-color: #C001FF;
}
</style>
border-color css
<style>
span { border-color: #C001FF; }
span { border-color: rgb(192,1,255); }
td.TdClassName
{
border-color: #C001FF;
}
.TagClassName
{
border-color: #C001FF;
}
</style>