Shades of Electric Purple #C601FB
Tints of Electric Purple #C601FB
RGB
CMYK
RGB Variations
Color information
#C601FB (or 0xC601FB) is known color: Electric Purple. HEX triplet: C6, 01 and FB. RGB value is (198,1,251). Sum of RGB (Red+Green+Blue) = 198+1+251=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #C601FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C601FB is #39FE04. Grayscale: #575757. Windows color (decimal): -3800581 or 16449990. OLE color: 16449990.
HSL color Cylindrical-coordinate representation of color #C601FB: hue angle of 287.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601FB is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 1 | 251 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.02 |
| HSL | 287.28º | 0.99% | 0.49% | - |
| HSV(B) | 287.28º | 1% | 0.98% | - |
| XYZ | 40.71 | 18.99 | 92.79 | - |
| YUV | 88.4 | 219.77 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 251 | 0.21 | 1.00 | 0 | 0.02 | 287.28 | 0.99 | 0.49 |
| Hex | C6 | 1 | FB | 15 | 64 | 0 | 2 | 11F | 63 | 31 |
| Octal | 306 | 1 | 373 | 25 | 144 | 0 | 2 | 437 | 143 | 61 |
| Binary | 11000110 | 1 | 11111011 | 10101 | 1100100 | 0 | 10 | 100011111 | 1100011 | 110001 |
Color Harmonies of #C601FB
Complementary color
Monochromatic Colors of #C601FB
Black with #C601FB
Text Example
Text Example
White with #C601FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601FB; }
p { color: rgb(198,1,251); }
H1.HeaderClassName
{
color: #C601FB;
}
.AnyTagClassName
{
color: #C601FB;
}
</style>
background-color css
<style>
a { background-color: #C601FB; }
a { background-color: rgb(198,1,251); }
div.DivClassName
{
background-color: #C601FB;
}
.BgClassName
{
background-color: #C601FB;
}
</style>
border-color css
<style>
span { border-color: #C601FB; }
span { border-color: rgb(198,1,251); }
td.TdClassName
{
border-color: #C601FB;
}
.TagClassName
{
border-color: #C601FB;
}
</style>