Html Css Color HEX #C911EC Electric Purple

📋 copy color: '#C911EC'

red 201 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #C911EC

Tints of Electric Purple #C911EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.74%

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

R = 44.27%
G = 3.74%
B = 51.98%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C911EC (or 0xC911EC) is known color: Electric Purple. HEX triplet: C9, 11 and EC. RGB value is (201,17,236). Sum of RGB (Red+Green+Blue) = 201+17+236=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 17 (7.03% from 255 or 3.74% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #C911EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C911EC is #36EE13. Grayscale: #606060. Windows color (decimal): -3599892 or 15471049. OLE color: 15471049.

HSL color Cylindrical-coordinate representation of color #C911EC: hue angle of 290.41º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C911EC is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 17 236 -
CMYK 0.15 0.93 0 0.07
HSL 290.41º 0.87% 0.5% -
HSV(B) 290.41º 0.93% 0.93% -
XYZ 39.43 18.87 80.92 -
YUV 96.98 206.46 202.19 -
System Red Green Blue C M Y K H S L
Decimal 201 17 236 0.15 0.93 0 0.07 290.41 0.87 0.5
Hex C9 11 EC F 5D 0 7 122 57 32
Octal 311 21 354 17 135 0 7 442 127 62
Binary 11001001 10001 11101100 1111 1011101 0 111 100100010 1010111 110010

Color Harmonies of #C911EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C911EC

Black with #C911EC

Text Example


Text Example

White with #C911EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C911EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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