Shades of Electric Purple #CB2AF2
Tints of Electric Purple #CB2AF2
RGB
CMYK
RGB Variations
Color information
#CB2AF2 (or 0xCB2AF2) is known color: Electric Purple. HEX triplet: CB, 2A and F2. RGB value is (203,42,242). Sum of RGB (Red+Green+Blue) = 203+42+242=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 42 (16.80% from 255 or 8.62% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB2AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2AF2 is #34D50D. Grayscale: #707070. Windows color (decimal): -3462414 or 15870667. OLE color: 15870667.
HSL color Cylindrical-coordinate representation of color #CB2AF2: hue angle of 288.3º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2AF2 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 42 | 242 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.05 |
| HSL | 288.3º | 0.88% | 0.56% | - |
| HSV(B) | 288.3º | 0.83% | 0.95% | - |
| XYZ | 41.48 | 20.76 | 85.83 | - |
| YUV | 112.94 | 200.84 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 242 | 0.16 | 0.83 | 0 | 0.05 | 288.3 | 0.88 | 0.56 |
| Hex | CB | 2A | F2 | 10 | 53 | 0 | 5 | 120 | 58 | 38 |
| Octal | 313 | 52 | 362 | 20 | 123 | 0 | 5 | 440 | 130 | 70 |
| Binary | 11001011 | 101010 | 11110010 | 10000 | 1010011 | 0 | 101 | 100100000 | 1011000 | 111000 |
Color Harmonies of #CB2AF2
Complementary color
Monochromatic Colors of #CB2AF2
Black with #CB2AF2
Text Example
Text Example
White with #CB2AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2AF2; }
p { color: rgb(203,42,242); }
H1.HeaderClassName
{
color: #CB2AF2;
}
.AnyTagClassName
{
color: #CB2AF2;
}
</style>
background-color css
<style>
a { background-color: #CB2AF2; }
a { background-color: rgb(203,42,242); }
div.DivClassName
{
background-color: #CB2AF2;
}
.BgClassName
{
background-color: #CB2AF2;
}
</style>
border-color css
<style>
span { border-color: #CB2AF2; }
span { border-color: rgb(203,42,242); }
td.TdClassName
{
border-color: #CB2AF2;
}
.TagClassName
{
border-color: #CB2AF2;
}
</style>