Shades of Electric Purple #CB2FF2
Tints of Electric Purple #CB2FF2
RGB
CMYK
RGB Variations
Color information
#CB2FF2 (or 0xCB2FF2) is known color: Electric Purple. HEX triplet: CB, 2F and F2. RGB value is (203,47,242). Sum of RGB (Red+Green+Blue) = 203+47+242=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 47 (18.75% from 255 or 9.55% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB2FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2FF2 is #34D00D. Grayscale: #737373. Windows color (decimal): -3461134 or 15871947. OLE color: 15871947.
HSL color Cylindrical-coordinate representation of color #CB2FF2: hue angle of 288º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2FF2 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 47 | 242 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.05 |
| HSL | 288º | 0.88% | 0.57% | - |
| HSV(B) | 288º | 0.81% | 0.95% | - |
| XYZ | 41.67 | 21.14 | 85.89 | - |
| YUV | 115.87 | 199.18 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 242 | 0.16 | 0.81 | 0 | 0.05 | 288 | 0.88 | 0.57 |
| Hex | CB | 2F | F2 | 10 | 51 | 0 | 5 | 120 | 58 | 39 |
| Octal | 313 | 57 | 362 | 20 | 121 | 0 | 5 | 440 | 130 | 71 |
| Binary | 11001011 | 101111 | 11110010 | 10000 | 1010001 | 0 | 101 | 100100000 | 1011000 | 111001 |
Color Harmonies of #CB2FF2
Complementary color
Monochromatic Colors of #CB2FF2
Black with #CB2FF2
Text Example
Text Example
White with #CB2FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FF2; }
p { color: rgb(203,47,242); }
H1.HeaderClassName
{
color: #CB2FF2;
}
.AnyTagClassName
{
color: #CB2FF2;
}
</style>
background-color css
<style>
a { background-color: #CB2FF2; }
a { background-color: rgb(203,47,242); }
div.DivClassName
{
background-color: #CB2FF2;
}
.BgClassName
{
background-color: #CB2FF2;
}
</style>
border-color css
<style>
span { border-color: #CB2FF2; }
span { border-color: rgb(203,47,242); }
td.TdClassName
{
border-color: #CB2FF2;
}
.TagClassName
{
border-color: #CB2FF2;
}
</style>