Html Css Color HEX #C71AEE Electric Purple

📋 copy color: '#C71AEE'

red 199 ◦ green 26 ◦ blue 238

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

Shades of Electric Purple #C71AEE

Tints of Electric Purple #C71AEE

RGB

 RED value IS 199 (78.13% from 255) = 42.98%

 GREEN value IS 26 (10.55% from 255) = 5.62%

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

R = 42.98%
G = 5.62%
B = 51.4%

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

#C71AEE (or 0xC71AEE) is known color: Electric Purple. HEX triplet: C7, 1A and EE. RGB value is (199,26,238). Sum of RGB (Red+Green+Blue) = 199+26+238=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #C71AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71AEE is #38E511. Grayscale: #656565. Windows color (decimal): -3728658 or 15604423. OLE color: 15604423.

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

Color convert

RGB 199 26 238 -
CMYK 0.16 0.89 0 0.07
HSL 288.96º 0.86% 0.52% -
HSV(B) 288.96º 0.89% 0.93% -
XYZ 39.36 19.05 82.49 -
YUV 101.9 204.81 197.26 -
System Red Green Blue C M Y K H S L
Decimal 199 26 238 0.16 0.89 0 0.07 288.96 0.86 0.52
Hex C7 1A EE 10 59 0 7 121 56 34
Octal 307 32 356 20 131 0 7 441 126 64
Binary 11000111 11010 11101110 10000 1011001 0 111 100100001 1010110 110100

Color Harmonies of #C71AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AEE

Black with #C71AEE

Text Example


Text Example

White with #C71AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AEE; }

 p { color: rgb(199,26,238); }

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

background-color css

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

 a { background-color: rgb(199,26,238); }

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

border-color css

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

 span { border-color: rgb(199,26,238); }

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