Html Css Color HEX #C919EE Electric Purple

📋 copy color: '#C919EE'

red 201 ◦ green 25 ◦ blue 238

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

Shades of Electric Purple #C919EE

Tints of Electric Purple #C919EE

RGB

 RED value IS 201 (78.91% from 255) = 43.32%

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

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

R = 43.32%
G = 5.39%
B = 51.29%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C919EE (or 0xC919EE) is known color: Electric Purple. HEX triplet: C9, 19 and EE. RGB value is (201,25,238). Sum of RGB (Red+Green+Blue) = 201+25+238=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #C919EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919EE is #36E611. Grayscale: #656565. Windows color (decimal): -3597842 or 15604169. OLE color: 15604169.

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

Color convert

RGB 201 25 238 -
CMYK 0.16 0.89 0 0.07
HSL 289.58º 0.86% 0.52% -
HSV(B) 289.58º 0.89% 0.93% -
XYZ 39.87 19.29 82.51 -
YUV 101.91 204.81 198.68 -
System Red Green Blue C M Y K H S L
Decimal 201 25 238 0.16 0.89 0 0.07 289.58 0.86 0.52
Hex C9 19 EE 10 59 0 7 122 56 34
Octal 311 31 356 20 131 0 7 442 126 64
Binary 11001001 11001 11101110 10000 1011001 0 111 100100010 1010110 110100

Color Harmonies of #C919EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919EE

Black with #C919EE

Text Example


Text Example

White with #C919EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919EE; }

 p { color: rgb(201,25,238); }

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

background-color css

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

 a { background-color: rgb(201,25,238); }

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

border-color css

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

 span { border-color: rgb(201,25,238); }

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