Html Css Color HEX #C919EA Electric Purple

📋 copy color: '#C919EA'

red 201 ◦ green 25 ◦ blue 234

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

Shades of Electric Purple #C919EA

Tints of Electric Purple #C919EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 43.7%
G = 5.43%
B = 50.87%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C919EA (or 0xC919EA) is known color: Electric Purple. HEX triplet: C9, 19 and EA. RGB value is (201,25,234). Sum of RGB (Red+Green+Blue) = 201+25+234=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #C919EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919EA is #36E615. Grayscale: #646464. Windows color (decimal): -3597846 or 15342025. OLE color: 15342025.

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

Color convert

RGB 201 25 234 -
CMYK 0.14 0.89 0 0.08
HSL 290.53º 0.83% 0.51% -
HSV(B) 290.53º 0.89% 0.92% -
XYZ 39.29 19.05 79.45 -
YUV 101.45 202.81 199.01 -
System Red Green Blue C M Y K H S L
Decimal 201 25 234 0.14 0.89 0 0.08 290.53 0.83 0.51
Hex C9 19 EA E 59 0 8 123 53 33
Octal 311 31 352 16 131 0 10 443 123 63
Binary 11001001 11001 11101010 1110 1011001 0 1000 100100011 1010011 110011

Color Harmonies of #C919EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919EA

Black with #C919EA

Text Example


Text Example

White with #C919EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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