Shades of Electric Purple #CB00FC
Tints of Electric Purple #CB00FC
RGB
CMYK
RGB Variations
Color information
#CB00FC (or 0xCB00FC) is known color: Electric Purple. HEX triplet: CB, 00 and FC. RGB value is (203,0,252). Sum of RGB (Red+Green+Blue) = 203+0+252=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB00FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB00FC is #34FF03. Grayscale: #585858. Windows color (decimal): -3473156 or 16515275. OLE color: 16515275.
HSL color Cylindrical-coordinate representation of color #CB00FC: hue angle of 288.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00FC is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 0 | 252 | - |
| CMYK | 0.19 | 1 | 0 | 0.01 |
| HSL | 288.33º | 1% | 0.49% | - |
| HSV(B) | 288.33º | 1% | 0.99% | - |
| XYZ | 42.2 | 19.72 | 93.68 | - |
| YUV | 89.43 | 219.75 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 252 | 0.19 | 1 | 0 | 0.01 | 288.33 | 1 | 0.49 |
| Hex | CB | 0 | FC | 13 | 64 | 0 | 1 | 120 | 64 | 31 |
| Octal | 313 | 0 | 374 | 23 | 144 | 0 | 1 | 440 | 144 | 61 |
| Binary | 11001011 | 0 | 11111100 | 10011 | 1100100 | 0 | 1 | 100100000 | 1100100 | 110001 |
Color Harmonies of #CB00FC
Complementary color
Monochromatic Colors of #CB00FC
Black with #CB00FC
Text Example
Text Example
White with #CB00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00FC; }
p { color: rgb(203,0,252); }
H1.HeaderClassName
{
color: #CB00FC;
}
.AnyTagClassName
{
color: #CB00FC;
}
</style>
background-color css
<style>
a { background-color: #CB00FC; }
a { background-color: rgb(203,0,252); }
div.DivClassName
{
background-color: #CB00FC;
}
.BgClassName
{
background-color: #CB00FC;
}
</style>
border-color css
<style>
span { border-color: #CB00FC; }
span { border-color: rgb(203,0,252); }
td.TdClassName
{
border-color: #CB00FC;
}
.TagClassName
{
border-color: #CB00FC;
}
</style>