Shades of Electric Purple #CB31FE
Tints of Electric Purple #CB31FE
RGB
CMYK
RGB Variations
Color information
#CB31FE (or 0xCB31FE) is known color: Electric Purple. HEX triplet: CB, 31 and FE. RGB value is (203,49,254). Sum of RGB (Red+Green+Blue) = 203+49+254=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB31FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB31FE is #34CE01. Grayscale: #757575. Windows color (decimal): -3460610 or 16658891. OLE color: 16658891.
HSL color Cylindrical-coordinate representation of color #CB31FE: hue angle of 285.07º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB31FE is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 49 | 254 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.00 |
| HSL | 285.07º | 0.99% | 0.59% | - |
| HSV(B) | 285.07º | 0.81% | 1% | - |
| XYZ | 43.62 | 22.05 | 95.72 | - |
| YUV | 118.42 | 204.52 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 254 | 0.20 | 0.81 | 0 | 0.00 | 285.07 | 0.99 | 0.59 |
| Hex | CB | 31 | FE | 14 | 51 | 0 | 0 | 11D | 63 | 3B |
| Octal | 313 | 61 | 376 | 24 | 121 | 0 | 0 | 435 | 143 | 73 |
| Binary | 11001011 | 110001 | 11111110 | 10100 | 1010001 | 0 | 0 | 100011101 | 1100011 | 111011 |
Color Harmonies of #CB31FE
Complementary color
Monochromatic Colors of #CB31FE
Black with #CB31FE
Text Example
Text Example
White with #CB31FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31FE; }
p { color: rgb(203,49,254); }
H1.HeaderClassName
{
color: #CB31FE;
}
.AnyTagClassName
{
color: #CB31FE;
}
</style>
background-color css
<style>
a { background-color: #CB31FE; }
a { background-color: rgb(203,49,254); }
div.DivClassName
{
background-color: #CB31FE;
}
.BgClassName
{
background-color: #CB31FE;
}
</style>
border-color css
<style>
span { border-color: #CB31FE; }
span { border-color: rgb(203,49,254); }
td.TdClassName
{
border-color: #CB31FE;
}
.TagClassName
{
border-color: #CB31FE;
}
</style>