Shades of Electric Purple #CB2AF9
Tints of Electric Purple #CB2AF9
RGB
CMYK
RGB Variations
Color information
#CB2AF9 (or 0xCB2AF9) is known color: Electric Purple. HEX triplet: CB, 2A and F9. RGB value is (203,42,249). Sum of RGB (Red+Green+Blue) = 203+42+249=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 42 (16.80% from 255 or 8.50% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB2AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2AF9 is #34D506. Grayscale: #717171. Windows color (decimal): -3462407 or 16329419. OLE color: 16329419.
HSL color Cylindrical-coordinate representation of color #CB2AF9: hue angle of 286.67º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2AF9 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 42 | 249 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.02 |
| HSL | 286.67º | 0.95% | 0.57% | - |
| HSV(B) | 286.67º | 0.83% | 0.98% | - |
| XYZ | 42.56 | 21.19 | 91.47 | - |
| YUV | 113.74 | 204.34 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 249 | 0.18 | 0.83 | 0 | 0.02 | 286.67 | 0.95 | 0.57 |
| Hex | CB | 2A | F9 | 12 | 53 | 0 | 2 | 11F | 5F | 39 |
| Octal | 313 | 52 | 371 | 22 | 123 | 0 | 2 | 437 | 137 | 71 |
| Binary | 11001011 | 101010 | 11111001 | 10010 | 1010011 | 0 | 10 | 100011111 | 1011111 | 111001 |
Color Harmonies of #CB2AF9
Complementary color
Monochromatic Colors of #CB2AF9
Black with #CB2AF9
Text Example
Text Example
White with #CB2AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2AF9; }
p { color: rgb(203,42,249); }
H1.HeaderClassName
{
color: #CB2AF9;
}
.AnyTagClassName
{
color: #CB2AF9;
}
</style>
background-color css
<style>
a { background-color: #CB2AF9; }
a { background-color: rgb(203,42,249); }
div.DivClassName
{
background-color: #CB2AF9;
}
.BgClassName
{
background-color: #CB2AF9;
}
</style>
border-color css
<style>
span { border-color: #CB2AF9; }
span { border-color: rgb(203,42,249); }
td.TdClassName
{
border-color: #CB2AF9;
}
.TagClassName
{
border-color: #CB2AF9;
}
</style>