Shades of Electric Purple #CB16F9
Tints of Electric Purple #CB16F9
RGB
CMYK
RGB Variations
Color information
#CB16F9 (or 0xCB16F9) is known color: Electric Purple. HEX triplet: CB, 16 and F9. RGB value is (203,22,249). Sum of RGB (Red+Green+Blue) = 203+22+249=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB16F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB16F9 is #34E906. Grayscale: #656565. Windows color (decimal): -3467527 or 16324299. OLE color: 16324299.
HSL color Cylindrical-coordinate representation of color #CB16F9: hue angle of 287.84º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB16F9 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 22 | 249 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.02 |
| HSL | 287.84º | 0.95% | 0.53% | - |
| HSV(B) | 287.84º | 0.91% | 0.98% | - |
| XYZ | 42.01 | 20.11 | 91.29 | - |
| YUV | 102 | 210.97 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 249 | 0.18 | 0.91 | 0 | 0.02 | 287.84 | 0.95 | 0.53 |
| Hex | CB | 16 | F9 | 12 | 5B | 0 | 2 | 120 | 5F | 35 |
| Octal | 313 | 26 | 371 | 22 | 133 | 0 | 2 | 440 | 137 | 65 |
| Binary | 11001011 | 10110 | 11111001 | 10010 | 1011011 | 0 | 10 | 100100000 | 1011111 | 110101 |
Color Harmonies of #CB16F9
Complementary color
Monochromatic Colors of #CB16F9
Black with #CB16F9
Text Example
Text Example
White with #CB16F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB16F9; }
p { color: rgb(203,22,249); }
H1.HeaderClassName
{
color: #CB16F9;
}
.AnyTagClassName
{
color: #CB16F9;
}
</style>
background-color css
<style>
a { background-color: #CB16F9; }
a { background-color: rgb(203,22,249); }
div.DivClassName
{
background-color: #CB16F9;
}
.BgClassName
{
background-color: #CB16F9;
}
</style>
border-color css
<style>
span { border-color: #CB16F9; }
span { border-color: rgb(203,22,249); }
td.TdClassName
{
border-color: #CB16F9;
}
.TagClassName
{
border-color: #CB16F9;
}
</style>