Html Css Color HEX #C919EC Electric Purple

📋 copy color: '#C919EC'

red 201 ◦ green 25 ◦ blue 236

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

Shades of Electric Purple #C919EC

Tints of Electric Purple #C919EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 43.51%
G = 5.41%
B = 51.08%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C919EC (or 0xC919EC) is known color: Electric Purple. HEX triplet: C9, 19 and EC. RGB value is (201,25,236). Sum of RGB (Red+Green+Blue) = 201+25+236=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #C919EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919EC is #36E613. Grayscale: #656565. Windows color (decimal): -3597844 or 15473097. OLE color: 15473097.

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

Color convert

RGB 201 25 236 -
CMYK 0.15 0.89 0 0.07
HSL 290.05º 0.85% 0.51% -
HSV(B) 290.05º 0.89% 0.93% -
XYZ 39.58 19.17 80.97 -
YUV 101.68 203.81 198.84 -
System Red Green Blue C M Y K H S L
Decimal 201 25 236 0.15 0.89 0 0.07 290.05 0.85 0.51
Hex C9 19 EC F 59 0 7 122 55 33
Octal 311 31 354 17 131 0 7 442 125 63
Binary 11001001 11001 11101100 1111 1011001 0 111 100100010 1010101 110011

Color Harmonies of #C919EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919EC

Black with #C919EC

Text Example


Text Example

White with #C919EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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