Shades of Electric Purple #CB25FC
Tints of Electric Purple #CB25FC
RGB
CMYK
RGB Variations
Color information
#CB25FC (or 0xCB25FC) is known color: Electric Purple. HEX triplet: CB, 25 and FC. RGB value is (203,37,252). Sum of RGB (Red+Green+Blue) = 203+37+252=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB25FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB25FC is #34DA03. Grayscale: #6E6E6E. Windows color (decimal): -3463684 or 16524747. OLE color: 16524747.
HSL color Cylindrical-coordinate representation of color #CB25FC: hue angle of 286.33º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB25FC is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 37 | 252 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.01 |
| HSL | 286.33º | 0.97% | 0.57% | - |
| HSV(B) | 286.33º | 0.85% | 0.99% | - |
| XYZ | 42.86 | 21.05 | 93.9 | - |
| YUV | 111.14 | 207.5 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 252 | 0.19 | 0.85 | 0 | 0.01 | 286.33 | 0.97 | 0.57 |
| Hex | CB | 25 | FC | 13 | 55 | 0 | 1 | 11E | 61 | 39 |
| Octal | 313 | 45 | 374 | 23 | 125 | 0 | 1 | 436 | 141 | 71 |
| Binary | 11001011 | 100101 | 11111100 | 10011 | 1010101 | 0 | 1 | 100011110 | 1100001 | 111001 |
Color Harmonies of #CB25FC
Complementary color
Monochromatic Colors of #CB25FC
Black with #CB25FC
Text Example
Text Example
White with #CB25FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB25FC; }
p { color: rgb(203,37,252); }
H1.HeaderClassName
{
color: #CB25FC;
}
.AnyTagClassName
{
color: #CB25FC;
}
</style>
background-color css
<style>
a { background-color: #CB25FC; }
a { background-color: rgb(203,37,252); }
div.DivClassName
{
background-color: #CB25FC;
}
.BgClassName
{
background-color: #CB25FC;
}
</style>
border-color css
<style>
span { border-color: #CB25FC; }
span { border-color: rgb(203,37,252); }
td.TdClassName
{
border-color: #CB25FC;
}
.TagClassName
{
border-color: #CB25FC;
}
</style>