Html Css Color HEX #CB19EC Electric Purple

📋 copy color: '#CB19EC'

red 203 ◦ green 25 ◦ blue 236

#CB19EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CB19EC

Tints of Electric Purple #CB19EC

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 value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB19EC (or 0xCB19EC) is known color: 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

RGB 203 25 236 -
CMYK 0.14 0.89 0 0.07
HSL 290.62º 0.85% 0.51% -
HSV(B) 290.62º 0.89% 0.93% -
XYZ 40.12 19.45 81 -
YUV 102.28 203.47 199.84 -
System Red Green Blue C M Y K H S L
Decimal 203 25 236 0.14 0.89 0 0.07 290.62 0.85 0.51
Hex CB 19 EC E 59 0 7 123 55 33
Octal 313 31 354 16 131 0 7 443 125 63
Binary 11001011 11001 11101100 1110 1011001 0 111 100100011 1010101 110011

Color Harmonies of #CB19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB19EC

Black with #CB19EC

Text Example


Text Example

White with #CB19EC

Text Example


Text Example

HTML Codes & Css Web 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>