Shades of Electric Purple #CB1CFF
Tints of Electric Purple #CB1CFF
RGB
CMYK
RGB Variations
Color information
#CB1CFF (or 0xCB1CFF) is known color: Electric Purple. HEX triplet: CB, 1C and FF. RGB value is (203,28,255). Sum of RGB (Red+Green+Blue) = 203+28+255=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1CFF is #34E300. Grayscale: #696969. Windows color (decimal): -3465985 or 16719051. OLE color: 16719051.
HSL color Cylindrical-coordinate representation of color #CB1CFF: hue angle of 286.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1CFF is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 28 | 255 | - |
| CMYK | 0.20 | 0.89 | 0 | 0 |
| HSL | 286.26º | 1% | 0.55% | - |
| HSV(B) | 286.26º | 0.89% | 1% | - |
| XYZ | 43.09 | 20.75 | 96.34 | - |
| YUV | 106.2 | 211.98 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 255 | 0.20 | 0.89 | 0 | 0 | 286.26 | 1 | 0.55 |
| Hex | CB | 1C | FF | 14 | 59 | 0 | 0 | 11E | 64 | 37 |
| Octal | 313 | 34 | 377 | 24 | 131 | 0 | 0 | 436 | 144 | 67 |
| Binary | 11001011 | 11100 | 11111111 | 10100 | 1011001 | 0 | 0 | 100011110 | 1100100 | 110111 |
Color Harmonies of #CB1CFF
Complementary color
Monochromatic Colors of #CB1CFF
Black with #CB1CFF
Text Example
Text Example
White with #CB1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CFF; }
p { color: rgb(203,28,255); }
H1.HeaderClassName
{
color: #CB1CFF;
}
.AnyTagClassName
{
color: #CB1CFF;
}
</style>
background-color css
<style>
a { background-color: #CB1CFF; }
a { background-color: rgb(203,28,255); }
div.DivClassName
{
background-color: #CB1CFF;
}
.BgClassName
{
background-color: #CB1CFF;
}
</style>
border-color css
<style>
span { border-color: #CB1CFF; }
span { border-color: rgb(203,28,255); }
td.TdClassName
{
border-color: #CB1CFF;
}
.TagClassName
{
border-color: #CB1CFF;
}
</style>