Html Css Color HEX #C119ED Electric Purple

📋 copy color: '#C119ED'

red 193 ◦ green 25 ◦ blue 237

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

Shades of Electric Purple #C119ED

Tints of Electric Purple #C119ED

RGB

 RED value IS 193 (75.78% from 255) = 42.42%

 GREEN value IS 25 (10.16% from 255) = 5.49%

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 42.42%
G = 5.49%
B = 52.09%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C119ED (or 0xC119ED) is known color: Electric Purple. HEX triplet: C1, 19 and ED. RGB value is (193,25,237). Sum of RGB (Red+Green+Blue) = 193+25+237=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 25 (10.16% from 255 or 5.49% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #C119ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C119ED is #3EE612. Grayscale: #626262. Windows color (decimal): -4122131 or 15538625. OLE color: 15538625.

HSL color Cylindrical-coordinate representation of color #C119ED: hue angle of 287.55º 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 #C119ED is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 25 237 -
CMYK 0.19 0.89 0 0.07
HSL 287.55º 0.85% 0.51% -
HSV(B) 287.55º 0.89% 0.93% -
XYZ 37.63 18.15 81.64 -
YUV 99.4 205.66 194.76 -
System Red Green Blue C M Y K H S L
Decimal 193 25 237 0.19 0.89 0 0.07 287.55 0.85 0.51
Hex C1 19 ED 13 59 0 7 120 55 33
Octal 301 31 355 23 131 0 7 440 125 63
Binary 11000001 11001 11101101 10011 1011001 0 111 100100000 1010101 110011

Color Harmonies of #C119ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C119ED

Black with #C119ED

Text Example


Text Example

White with #C119ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C119ED; }

 p { color: rgb(193,25,237); }

 H1.HeaderClassName
 {
   color: #C119ED;
 }
 .AnyTagClassName
 {
   color: #C119ED;
 }
</style>

background-color css

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

 a { background-color: rgb(193,25,237); }

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

border-color css

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

 span { border-color: rgb(193,25,237); }

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