Shades of Electric Purple #CB19FD
Tints of Electric Purple #CB19FD
RGB
CMYK
RGB Variations
Color information
#CB19FD (or 0xCB19FD) is known color: Electric Purple. HEX triplet: CB, 19 and FD. RGB value is (203,25,253). Sum of RGB (Red+Green+Blue) = 203+25+253=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB19FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB19FD is #34E602. Grayscale: #676767. Windows color (decimal): -3466755 or 16587211. OLE color: 16587211.
HSL color Cylindrical-coordinate representation of color #CB19FD: hue angle of 286.84º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB19FD is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 25 | 253 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.01 |
| HSL | 286.84º | 0.98% | 0.55% | - |
| HSV(B) | 286.84º | 0.9% | 0.99% | - |
| XYZ | 42.71 | 20.48 | 94.63 | - |
| YUV | 104.21 | 211.97 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 253 | 0.20 | 0.90 | 0 | 0.01 | 286.84 | 0.98 | 0.55 |
| Hex | CB | 19 | FD | 14 | 5A | 0 | 1 | 11F | 62 | 37 |
| Octal | 313 | 31 | 375 | 24 | 132 | 0 | 1 | 437 | 142 | 67 |
| Binary | 11001011 | 11001 | 11111101 | 10100 | 1011010 | 0 | 1 | 100011111 | 1100010 | 110111 |
Color Harmonies of #CB19FD
Complementary color
Monochromatic Colors of #CB19FD
Black with #CB19FD
Text Example
Text Example
White with #CB19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19FD; }
p { color: rgb(203,25,253); }
H1.HeaderClassName
{
color: #CB19FD;
}
.AnyTagClassName
{
color: #CB19FD;
}
</style>
background-color css
<style>
a { background-color: #CB19FD; }
a { background-color: rgb(203,25,253); }
div.DivClassName
{
background-color: #CB19FD;
}
.BgClassName
{
background-color: #CB19FD;
}
</style>
border-color css
<style>
span { border-color: #CB19FD; }
span { border-color: rgb(203,25,253); }
td.TdClassName
{
border-color: #CB19FD;
}
.TagClassName
{
border-color: #CB19FD;
}
</style>