Shades of Electric Purple #C624FB
Tints of Electric Purple #C624FB
RGB
CMYK
RGB Variations
Color information
#C624FB (or 0xC624FB) is known color: Electric Purple. HEX triplet: C6, 24 and FB. RGB value is (198,36,251). Sum of RGB (Red+Green+Blue) = 198+36+251=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #C624FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C624FB is #39DB04. Grayscale: #6C6C6C. Windows color (decimal): -3791621 or 16458950. OLE color: 16458950.
HSL color Cylindrical-coordinate representation of color #C624FB: hue angle of 285.21º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C624FB is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 36 | 251 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.02 |
| HSL | 285.21º | 0.96% | 0.56% | - |
| HSV(B) | 285.21º | 0.86% | 0.98% | - |
| XYZ | 41.33 | 20.23 | 92.99 | - |
| YUV | 108.95 | 208.17 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 251 | 0.21 | 0.86 | 0 | 0.02 | 285.21 | 0.96 | 0.56 |
| Hex | C6 | 24 | FB | 15 | 56 | 0 | 2 | 11D | 60 | 38 |
| Octal | 306 | 44 | 373 | 25 | 126 | 0 | 2 | 435 | 140 | 70 |
| Binary | 11000110 | 100100 | 11111011 | 10101 | 1010110 | 0 | 10 | 100011101 | 1100000 | 111000 |
Color Harmonies of #C624FB
Complementary color
Monochromatic Colors of #C624FB
Black with #C624FB
Text Example
Text Example
White with #C624FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C624FB; }
p { color: rgb(198,36,251); }
H1.HeaderClassName
{
color: #C624FB;
}
.AnyTagClassName
{
color: #C624FB;
}
</style>
background-color css
<style>
a { background-color: #C624FB; }
a { background-color: rgb(198,36,251); }
div.DivClassName
{
background-color: #C624FB;
}
.BgClassName
{
background-color: #C624FB;
}
</style>
border-color css
<style>
span { border-color: #C624FB; }
span { border-color: rgb(198,36,251); }
td.TdClassName
{
border-color: #C624FB;
}
.TagClassName
{
border-color: #C624FB;
}
</style>