Shades of Electric Purple #CB18FB
Tints of Electric Purple #CB18FB
RGB
CMYK
RGB Variations
Color information
#CB18FB (or 0xCB18FB) is known color: Electric Purple. HEX triplet: CB, 18 and FB. RGB value is (203,24,251). Sum of RGB (Red+Green+Blue) = 203+24+251=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB18FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB18FB is #34E704. Grayscale: #666666. Windows color (decimal): -3467013 or 16455883. OLE color: 16455883.
HSL color Cylindrical-coordinate representation of color #CB18FB: hue angle of 287.31º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB18FB is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 24 | 251 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.02 |
| HSL | 287.31º | 0.97% | 0.54% | - |
| HSV(B) | 287.31º | 0.9% | 0.98% | - |
| XYZ | 42.37 | 20.31 | 92.95 | - |
| YUV | 103.4 | 211.3 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 251 | 0.19 | 0.90 | 0 | 0.02 | 287.31 | 0.97 | 0.54 |
| Hex | CB | 18 | FB | 13 | 5A | 0 | 2 | 11F | 61 | 36 |
| Octal | 313 | 30 | 373 | 23 | 132 | 0 | 2 | 437 | 141 | 66 |
| Binary | 11001011 | 11000 | 11111011 | 10011 | 1011010 | 0 | 10 | 100011111 | 1100001 | 110110 |
Color Harmonies of #CB18FB
Complementary color
Monochromatic Colors of #CB18FB
Black with #CB18FB
Text Example
Text Example
White with #CB18FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18FB; }
p { color: rgb(203,24,251); }
H1.HeaderClassName
{
color: #CB18FB;
}
.AnyTagClassName
{
color: #CB18FB;
}
</style>
background-color css
<style>
a { background-color: #CB18FB; }
a { background-color: rgb(203,24,251); }
div.DivClassName
{
background-color: #CB18FB;
}
.BgClassName
{
background-color: #CB18FB;
}
</style>
border-color css
<style>
span { border-color: #CB18FB; }
span { border-color: rgb(203,24,251); }
td.TdClassName
{
border-color: #CB18FB;
}
.TagClassName
{
border-color: #CB18FB;
}
</style>