Shades of Electric Purple #CB12FA
Tints of Electric Purple #CB12FA
RGB
CMYK
RGB Variations
Color information
#CB12FA (or 0xCB12FA) is known color: Electric Purple. HEX triplet: CB, 12 and FA. RGB value is (203,18,250). Sum of RGB (Red+Green+Blue) = 203+18+250=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB12FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB12FA is #34ED05. Grayscale: #636363. Windows color (decimal): -3468550 or 16388811. OLE color: 16388811.
HSL color Cylindrical-coordinate representation of color #CB12FA: hue angle of 287.84º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB12FA is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 18 | 250 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.02 |
| HSL | 287.84º | 0.96% | 0.53% | - |
| HSV(B) | 287.84º | 0.93% | 0.98% | - |
| XYZ | 42.1 | 20.03 | 92.09 | - |
| YUV | 99.76 | 212.79 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 250 | 0.19 | 0.93 | 0 | 0.02 | 287.84 | 0.96 | 0.53 |
| Hex | CB | 12 | FA | 13 | 5D | 0 | 2 | 120 | 60 | 35 |
| Octal | 313 | 22 | 372 | 23 | 135 | 0 | 2 | 440 | 140 | 65 |
| Binary | 11001011 | 10010 | 11111010 | 10011 | 1011101 | 0 | 10 | 100100000 | 1100000 | 110101 |
Color Harmonies of #CB12FA
Complementary color
Monochromatic Colors of #CB12FA
Black with #CB12FA
Text Example
Text Example
White with #CB12FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12FA; }
p { color: rgb(203,18,250); }
H1.HeaderClassName
{
color: #CB12FA;
}
.AnyTagClassName
{
color: #CB12FA;
}
</style>
background-color css
<style>
a { background-color: #CB12FA; }
a { background-color: rgb(203,18,250); }
div.DivClassName
{
background-color: #CB12FA;
}
.BgClassName
{
background-color: #CB12FA;
}
</style>
border-color css
<style>
span { border-color: #CB12FA; }
span { border-color: rgb(203,18,250); }
td.TdClassName
{
border-color: #CB12FA;
}
.TagClassName
{
border-color: #CB12FA;
}
</style>