Html Css Color HEX #C50EEE Electric Purple

📋 copy color: '#C50EEE'

red 197 ◦ green 14 ◦ blue 238

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

Shades of Electric Purple #C50EEE

Tints of Electric Purple #C50EEE

RGB

 RED value IS 197 (77.34% from 255) = 43.88%

 GREEN value IS 14 (5.86% from 255) = 3.12%

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 43.88%
G = 3.12%
B = 53.01%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C50EEE (or 0xC50EEE) is known color: Electric Purple. HEX triplet: C5, 0E and EE. RGB value is (197,14,238). Sum of RGB (Red+Green+Blue) = 197+14+238=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #C50EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50EEE is #3AF111. Grayscale: #5D5D5D. Windows color (decimal): -3862802 or 15601349. OLE color: 15601349.

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

Color convert

RGB 197 14 238 -
CMYK 0.17 0.94 0 0.07
HSL 289.02º 0.89% 0.49% -
HSV(B) 289.02º 0.94% 0.93% -
XYZ 38.62 18.36 82.4 -
YUV 94.25 209.13 201.29 -
System Red Green Blue C M Y K H S L
Decimal 197 14 238 0.17 0.94 0 0.07 289.02 0.89 0.49
Hex C5 E EE 11 5E 0 7 121 59 31
Octal 305 16 356 21 136 0 7 441 131 61
Binary 11000101 1110 11101110 10001 1011110 0 111 100100001 1011001 110001

Color Harmonies of #C50EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50EEE

Black with #C50EEE

Text Example


Text Example

White with #C50EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50EEE; }

 p { color: rgb(197,14,238); }

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

background-color css

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

 a { background-color: rgb(197,14,238); }

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

border-color css

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

 span { border-color: rgb(197,14,238); }

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