Shades of Electric Purple #C123FB
Tints of Electric Purple #C123FB
RGB
CMYK
RGB Variations
Color information
#C123FB (or 0xC123FB) is known color: Electric Purple. HEX triplet: C1, 23 and FB. RGB value is (193,35,251). Sum of RGB (Red+Green+Blue) = 193+35+251=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 35 (14.06% from 255 or 7.31% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #C123FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C123FB is #3EDC04. Grayscale: #6A6A6A. Windows color (decimal): -4119557 or 16458689. OLE color: 16458689.
HSL color Cylindrical-coordinate representation of color #C123FB: hue angle of 283.89º 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 #C123FB is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 35 | 251 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.02 |
| HSL | 283.89º | 0.96% | 0.56% | - |
| HSV(B) | 283.89º | 0.86% | 0.98% | - |
| XYZ | 40.01 | 19.5 | 92.92 | - |
| YUV | 106.87 | 209.35 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 251 | 0.23 | 0.86 | 0 | 0.02 | 283.89 | 0.96 | 0.56 |
| Hex | C1 | 23 | FB | 17 | 56 | 0 | 2 | 11C | 60 | 38 |
| Octal | 301 | 43 | 373 | 27 | 126 | 0 | 2 | 434 | 140 | 70 |
| Binary | 11000001 | 100011 | 11111011 | 10111 | 1010110 | 0 | 10 | 100011100 | 1100000 | 111000 |
Color Harmonies of #C123FB
Complementary color
Monochromatic Colors of #C123FB
Black with #C123FB
Text Example
Text Example
White with #C123FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C123FB; }
p { color: rgb(193,35,251); }
H1.HeaderClassName
{
color: #C123FB;
}
.AnyTagClassName
{
color: #C123FB;
}
</style>
background-color css
<style>
a { background-color: #C123FB; }
a { background-color: rgb(193,35,251); }
div.DivClassName
{
background-color: #C123FB;
}
.BgClassName
{
background-color: #C123FB;
}
</style>
border-color css
<style>
span { border-color: #C123FB; }
span { border-color: rgb(193,35,251); }
td.TdClassName
{
border-color: #C123FB;
}
.TagClassName
{
border-color: #C123FB;
}
</style>