Html Css Color HEX #C71AEA Electric Purple

📋 copy color: '#C71AEA'

red 199 ◦ green 26 ◦ blue 234

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

Shades of Electric Purple #C71AEA

Tints of Electric Purple #C71AEA

RGB

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

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

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

R = 43.36%
G = 5.66%
B = 50.98%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C71AEA (or 0xC71AEA) is known color: Electric Purple. HEX triplet: C7, 1A and EA. RGB value is (199,26,234). Sum of RGB (Red+Green+Blue) = 199+26+234=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 26 (10.55% from 255 or 5.66% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #C71AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71AEA is #38E515. Grayscale: #646464. Windows color (decimal): -3728662 or 15342279. OLE color: 15342279.

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

Color convert

RGB 199 26 234 -
CMYK 0.15 0.89 0 0.08
HSL 289.9º 0.83% 0.51% -
HSV(B) 289.9º 0.89% 0.92% -
XYZ 38.77 18.82 79.43 -
YUV 101.44 202.81 197.59 -
System Red Green Blue C M Y K H S L
Decimal 199 26 234 0.15 0.89 0 0.08 289.9 0.83 0.51
Hex C7 1A EA F 59 0 8 122 53 33
Octal 307 32 352 17 131 0 10 442 123 63
Binary 11000111 11010 11101010 1111 1011001 0 1000 100100010 1010011 110011

Color Harmonies of #C71AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AEA

Black with #C71AEA

Text Example


Text Example

White with #C71AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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