Shades of Electric Purple #CB2AFC
Tints of Electric Purple #CB2AFC
RGB
CMYK
RGB Variations
Color information
#CB2AFC (or 0xCB2AFC) is known color: Electric Purple. HEX triplet: CB, 2A and FC. RGB value is (203,42,252). Sum of RGB (Red+Green+Blue) = 203+42+252=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 42 (16.80% from 255 or 8.45% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB2AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2AFC is #34D503. Grayscale: #717171. Windows color (decimal): -3462404 or 16526027. OLE color: 16526027.
HSL color Cylindrical-coordinate representation of color #CB2AFC: hue angle of 286º 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 #CB2AFC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 42 | 252 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.01 |
| HSL | 286º | 0.97% | 0.58% | - |
| HSV(B) | 286º | 0.83% | 0.99% | - |
| XYZ | 43.03 | 21.38 | 93.95 | - |
| YUV | 114.08 | 205.84 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 252 | 0.19 | 0.83 | 0 | 0.01 | 286 | 0.97 | 0.58 |
| Hex | CB | 2A | FC | 13 | 53 | 0 | 1 | 11E | 61 | 3A |
| Octal | 313 | 52 | 374 | 23 | 123 | 0 | 1 | 436 | 141 | 72 |
| Binary | 11001011 | 101010 | 11111100 | 10011 | 1010011 | 0 | 1 | 100011110 | 1100001 | 111010 |
Color Harmonies of #CB2AFC
Complementary color
Monochromatic Colors of #CB2AFC
Black with #CB2AFC
Text Example
Text Example
White with #CB2AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2AFC; }
p { color: rgb(203,42,252); }
H1.HeaderClassName
{
color: #CB2AFC;
}
.AnyTagClassName
{
color: #CB2AFC;
}
</style>
background-color css
<style>
a { background-color: #CB2AFC; }
a { background-color: rgb(203,42,252); }
div.DivClassName
{
background-color: #CB2AFC;
}
.BgClassName
{
background-color: #CB2AFC;
}
</style>
border-color css
<style>
span { border-color: #CB2AFC; }
span { border-color: rgb(203,42,252); }
td.TdClassName
{
border-color: #CB2AFC;
}
.TagClassName
{
border-color: #CB2AFC;
}
</style>