Shades of Electric Purple #CB1CFE
Tints of Electric Purple #CB1CFE
RGB
CMYK
RGB Variations
Color information
#CB1CFE (or 0xCB1CFE) is known color: Electric Purple. HEX triplet: CB, 1C and FE. RGB value is (203,28,254). Sum of RGB (Red+Green+Blue) = 203+28+254=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB1CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1CFE is #34E301. Grayscale: #696969. Windows color (decimal): -3465986 or 16653515. OLE color: 16653515.
HSL color Cylindrical-coordinate representation of color #CB1CFE: hue angle of 286.46º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1CFE is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 28 | 254 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.00 |
| HSL | 286.46º | 0.99% | 0.55% | - |
| HSV(B) | 286.46º | 0.89% | 1% | - |
| XYZ | 42.93 | 20.68 | 95.5 | - |
| YUV | 106.09 | 211.48 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 254 | 0.20 | 0.89 | 0 | 0.00 | 286.46 | 0.99 | 0.55 |
| Hex | CB | 1C | FE | 14 | 59 | 0 | 0 | 11E | 63 | 37 |
| Octal | 313 | 34 | 376 | 24 | 131 | 0 | 0 | 436 | 143 | 67 |
| Binary | 11001011 | 11100 | 11111110 | 10100 | 1011001 | 0 | 0 | 100011110 | 1100011 | 110111 |
Color Harmonies of #CB1CFE
Complementary color
Monochromatic Colors of #CB1CFE
Black with #CB1CFE
Text Example
Text Example
White with #CB1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CFE; }
p { color: rgb(203,28,254); }
H1.HeaderClassName
{
color: #CB1CFE;
}
.AnyTagClassName
{
color: #CB1CFE;
}
</style>
background-color css
<style>
a { background-color: #CB1CFE; }
a { background-color: rgb(203,28,254); }
div.DivClassName
{
background-color: #CB1CFE;
}
.BgClassName
{
background-color: #CB1CFE;
}
</style>
border-color css
<style>
span { border-color: #CB1CFE; }
span { border-color: rgb(203,28,254); }
td.TdClassName
{
border-color: #CB1CFE;
}
.TagClassName
{
border-color: #CB1CFE;
}
</style>