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