Shades of Electric Purple #CB1FEA
Tints of Electric Purple #CB1FEA
RGB
CMYK
RGB Variations
Color information
#CB1FEA (or 0xCB1FEA) is known color: Electric Purple. HEX triplet: CB, 1F and EA. RGB value is (203,31,234). Sum of RGB (Red+Green+Blue) = 203+31+234=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB1FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1FEA is #34E015. Grayscale: #686868. Windows color (decimal): -3465238 or 15343563. OLE color: 15343563.
HSL color Cylindrical-coordinate representation of color #CB1FEA: hue angle of 290.84º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1FEA is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 31 | 234 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.08 |
| HSL | 290.84º | 0.83% | 0.52% | - |
| HSV(B) | 290.84º | 0.87% | 0.92% | - |
| XYZ | 39.97 | 19.62 | 79.52 | - |
| YUV | 105.57 | 200.48 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 234 | 0.13 | 0.87 | 0 | 0.08 | 290.84 | 0.83 | 0.52 |
| Hex | CB | 1F | EA | D | 57 | 0 | 8 | 123 | 53 | 34 |
| Octal | 313 | 37 | 352 | 15 | 127 | 0 | 10 | 443 | 123 | 64 |
| Binary | 11001011 | 11111 | 11101010 | 1101 | 1010111 | 0 | 1000 | 100100011 | 1010011 | 110100 |
Color Harmonies of #CB1FEA
Complementary color
Monochromatic Colors of #CB1FEA
Black with #CB1FEA
Text Example
Text Example
White with #CB1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1FEA; }
p { color: rgb(203,31,234); }
H1.HeaderClassName
{
color: #CB1FEA;
}
.AnyTagClassName
{
color: #CB1FEA;
}
</style>
background-color css
<style>
a { background-color: #CB1FEA; }
a { background-color: rgb(203,31,234); }
div.DivClassName
{
background-color: #CB1FEA;
}
.BgClassName
{
background-color: #CB1FEA;
}
</style>
border-color css
<style>
span { border-color: #CB1FEA; }
span { border-color: rgb(203,31,234); }
td.TdClassName
{
border-color: #CB1FEA;
}
.TagClassName
{
border-color: #CB1FEA;
}
</style>