Shades of Electric Purple #CB23F9
Tints of Electric Purple #CB23F9
RGB
CMYK
RGB Variations
Color information
#CB23F9 (or 0xCB23F9) is known color: Electric Purple. HEX triplet: CB, 23 and F9. RGB value is (203,35,249). Sum of RGB (Red+Green+Blue) = 203+35+249=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 35 (14.06% from 255 or 7.19% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB23F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB23F9 is #34DC06. Grayscale: #6C6C6C. Windows color (decimal): -3464199 or 16327627. OLE color: 16327627.
HSL color Cylindrical-coordinate representation of color #CB23F9: hue angle of 287.1º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB23F9 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 35 | 249 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.02 |
| HSL | 287.1º | 0.95% | 0.56% | - |
| HSV(B) | 287.1º | 0.86% | 0.98% | - |
| XYZ | 42.33 | 20.74 | 91.39 | - |
| YUV | 109.63 | 206.66 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 249 | 0.18 | 0.86 | 0 | 0.02 | 287.1 | 0.95 | 0.56 |
| Hex | CB | 23 | F9 | 12 | 56 | 0 | 2 | 11F | 5F | 38 |
| Octal | 313 | 43 | 371 | 22 | 126 | 0 | 2 | 437 | 137 | 70 |
| Binary | 11001011 | 100011 | 11111001 | 10010 | 1010110 | 0 | 10 | 100011111 | 1011111 | 111000 |
Color Harmonies of #CB23F9
Complementary color
Monochromatic Colors of #CB23F9
Black with #CB23F9
Text Example
Text Example
White with #CB23F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB23F9; }
p { color: rgb(203,35,249); }
H1.HeaderClassName
{
color: #CB23F9;
}
.AnyTagClassName
{
color: #CB23F9;
}
</style>
background-color css
<style>
a { background-color: #CB23F9; }
a { background-color: rgb(203,35,249); }
div.DivClassName
{
background-color: #CB23F9;
}
.BgClassName
{
background-color: #CB23F9;
}
</style>
border-color css
<style>
span { border-color: #CB23F9; }
span { border-color: rgb(203,35,249); }
td.TdClassName
{
border-color: #CB23F9;
}
.TagClassName
{
border-color: #CB23F9;
}
</style>