Html Css Color HEX #C911EE Electric Purple

📋 copy color: '#C911EE'

red 201 ◦ green 17 ◦ blue 238

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

Shades of Electric Purple #C911EE

Tints of Electric Purple #C911EE

RGB

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

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

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

R = 44.08%
G = 3.73%
B = 52.19%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C911EE (or 0xC911EE) is known color: Electric Purple. HEX triplet: C9, 11 and EE. RGB value is (201,17,238). Sum of RGB (Red+Green+Blue) = 201+17+238=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #C911EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C911EE is #36EE11. Grayscale: #606060. Windows color (decimal): -3599890 or 15602121. OLE color: 15602121.

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

Color convert

RGB 201 17 238 -
CMYK 0.16 0.93 0 0.07
HSL 289.95º 0.87% 0.5% -
HSV(B) 289.95º 0.93% 0.93% -
XYZ 39.72 18.99 82.46 -
YUV 97.21 207.46 202.03 -
System Red Green Blue C M Y K H S L
Decimal 201 17 238 0.16 0.93 0 0.07 289.95 0.87 0.5
Hex C9 11 EE 10 5D 0 7 122 57 32
Octal 311 21 356 20 135 0 7 442 127 62
Binary 11001001 10001 11101110 10000 1011101 0 111 100100010 1010111 110010

Color Harmonies of #C911EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C911EE

Black with #C911EE

Text Example


Text Example

White with #C911EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C911EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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