#CB19EC

Color #CB19EC Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CB19EC

Tints of Electric Purple #CB19EC

Color information

#CB19EC (or 0xCB19EC) is unknown color: approx Electric Purple. HEX triplet: CB, 19 and EC. RGB value is (203,25,236). Sum of RGB (Red+Green+Blue) = 203+25+236=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB19EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB19EC is #34E613. Grayscale: #656565. Windows color (decimal): -3466772 or 15473099. OLE color: 15473099.

HSL color Cylindrical-coordinate representation of color #CB19EC: hue angle of 290.62º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB19EC is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20325236-
CMYK0.140.8900.07
HSL290.62º84.74%51.18%-
HSV(B)290.62º89.41%92.55%-
XYZ40.1219.4581-
YUV102.28203.47199.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 43.75%
GREEN value IS 25 (10.16% from 255) = 5.39%
BLUE value IS 236 (92.58% from 255) = 50.86%
R=43.75%
G=5.39%
B=50.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203252360.140.8900.07290.6284.7451.18
HexCB19ECE59071235533
Octal31331354161310744312563
Binary1100101111001111011001110101100101111001000111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB19EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB19EC; }

 p { color: rgb(203,25,236); }

 H1.HeaderClassName
 {
   color: #CB19EC;
 }
 .AnyTagClassName
 {
   color: #CB19EC;
 }
</style>
background-color css

<style>
 a { background-color: #CB19EC; }

 a { background-color: rgb(203,25,236); }

 div.DivClassName
 {
   background-color: #CB19EC;
 }
 .BgClassName
 {
   background-color: #CB19EC;
 }
</style>
border-color css

<style>
 span { border-color: #CB19EC; }

 span { border-color: rgb(203,25,236); }

 td.TdClassName
 {
   border-color: #CB19EC;
 }
 .TagClassName
 {
   border-color: #CB19EC;
 }
</style>