Shades of Electric Purple #CB2CFC
Tints of Electric Purple #CB2CFC
RGB
CMYK
RGB Variations
Color information
#CB2CFC (or 0xCB2CFC) is known color: Electric Purple. HEX triplet: CB, 2C and FC. RGB value is (203,44,252). Sum of RGB (Red+Green+Blue) = 203+44+252=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 44 (17.58% from 255 or 8.82% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB2CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2CFC is #34D303. Grayscale: #727272. Windows color (decimal): -3461892 or 16526539. OLE color: 16526539.
HSL color Cylindrical-coordinate representation of color #CB2CFC: hue angle of 285.87º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2CFC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 44 | 252 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.01 |
| HSL | 285.87º | 0.97% | 0.58% | - |
| HSV(B) | 285.87º | 0.83% | 0.99% | - |
| XYZ | 43.1 | 21.53 | 93.98 | - |
| YUV | 115.25 | 205.18 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 252 | 0.19 | 0.83 | 0 | 0.01 | 285.87 | 0.97 | 0.58 |
| Hex | CB | 2C | FC | 13 | 53 | 0 | 1 | 11E | 61 | 3A |
| Octal | 313 | 54 | 374 | 23 | 123 | 0 | 1 | 436 | 141 | 72 |
| Binary | 11001011 | 101100 | 11111100 | 10011 | 1010011 | 0 | 1 | 100011110 | 1100001 | 111010 |
Color Harmonies of #CB2CFC
Complementary color
Monochromatic Colors of #CB2CFC
Black with #CB2CFC
Text Example
Text Example
White with #CB2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CFC; }
p { color: rgb(203,44,252); }
H1.HeaderClassName
{
color: #CB2CFC;
}
.AnyTagClassName
{
color: #CB2CFC;
}
</style>
background-color css
<style>
a { background-color: #CB2CFC; }
a { background-color: rgb(203,44,252); }
div.DivClassName
{
background-color: #CB2CFC;
}
.BgClassName
{
background-color: #CB2CFC;
}
</style>
border-color css
<style>
span { border-color: #CB2CFC; }
span { border-color: rgb(203,44,252); }
td.TdClassName
{
border-color: #CB2CFC;
}
.TagClassName
{
border-color: #CB2CFC;
}
</style>