Shades of Electric Purple #CB01FF
Tints of Electric Purple #CB01FF
RGB
CMYK
RGB Variations
Color information
#CB01FF (or 0xCB01FF) is known color: Electric Purple. HEX triplet: CB, 01 and FF. RGB value is (203,1,255). Sum of RGB (Red+Green+Blue) = 203+1+255=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB01FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB01FF is #34FE00. Grayscale: #595959. Windows color (decimal): -3472897 or 16712139. OLE color: 16712139.
HSL color Cylindrical-coordinate representation of color #CB01FF: hue angle of 287.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01FF is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 1 | 255 | - |
| CMYK | 0.20 | 1.00 | 0 | 0 |
| HSL | 287.72º | 1% | 0.5% | - |
| HSV(B) | 287.72º | 1% | 1% | - |
| XYZ | 42.69 | 19.94 | 96.21 | - |
| YUV | 90.35 | 220.92 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 255 | 0.20 | 1.00 | 0 | 0 | 287.72 | 1 | 0.5 |
| Hex | CB | 1 | FF | 14 | 64 | 0 | 0 | 120 | 64 | 32 |
| Octal | 313 | 1 | 377 | 24 | 144 | 0 | 0 | 440 | 144 | 62 |
| Binary | 11001011 | 1 | 11111111 | 10100 | 1100100 | 0 | 0 | 100100000 | 1100100 | 110010 |
Color Harmonies of #CB01FF
Complementary color
Monochromatic Colors of #CB01FF
Black with #CB01FF
Text Example
Text Example
White with #CB01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01FF; }
p { color: rgb(203,1,255); }
H1.HeaderClassName
{
color: #CB01FF;
}
.AnyTagClassName
{
color: #CB01FF;
}
</style>
background-color css
<style>
a { background-color: #CB01FF; }
a { background-color: rgb(203,1,255); }
div.DivClassName
{
background-color: #CB01FF;
}
.BgClassName
{
background-color: #CB01FF;
}
</style>
border-color css
<style>
span { border-color: #CB01FF; }
span { border-color: rgb(203,1,255); }
td.TdClassName
{
border-color: #CB01FF;
}
.TagClassName
{
border-color: #CB01FF;
}
</style>