Shades of Electric Purple #CB12F4
Tints of Electric Purple #CB12F4
RGB
CMYK
RGB Variations
Color information
#CB12F4 (or 0xCB12F4) is known color: Electric Purple. HEX triplet: CB, 12 and F4. RGB value is (203,18,244). Sum of RGB (Red+Green+Blue) = 203+18+244=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB12F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB12F4 is #34ED0B. Grayscale: #626262. Windows color (decimal): -3468556 or 15995595. OLE color: 15995595.
HSL color Cylindrical-coordinate representation of color #CB12F4: hue angle of 289.12º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB12F4 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 18 | 244 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.04 |
| HSL | 289.12º | 0.91% | 0.51% | - |
| HSV(B) | 289.12º | 0.93% | 0.96% | - |
| XYZ | 41.17 | 19.66 | 87.21 | - |
| YUV | 99.08 | 209.79 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 244 | 0.17 | 0.93 | 0 | 0.04 | 289.12 | 0.91 | 0.51 |
| Hex | CB | 12 | F4 | 11 | 5D | 0 | 4 | 121 | 5B | 33 |
| Octal | 313 | 22 | 364 | 21 | 135 | 0 | 4 | 441 | 133 | 63 |
| Binary | 11001011 | 10010 | 11110100 | 10001 | 1011101 | 0 | 100 | 100100001 | 1011011 | 110011 |
Color Harmonies of #CB12F4
Complementary color
Monochromatic Colors of #CB12F4
Black with #CB12F4
Text Example
Text Example
White with #CB12F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12F4; }
p { color: rgb(203,18,244); }
H1.HeaderClassName
{
color: #CB12F4;
}
.AnyTagClassName
{
color: #CB12F4;
}
</style>
background-color css
<style>
a { background-color: #CB12F4; }
a { background-color: rgb(203,18,244); }
div.DivClassName
{
background-color: #CB12F4;
}
.BgClassName
{
background-color: #CB12F4;
}
</style>
border-color css
<style>
span { border-color: #CB12F4; }
span { border-color: rgb(203,18,244); }
td.TdClassName
{
border-color: #CB12F4;
}
.TagClassName
{
border-color: #CB12F4;
}
</style>