Html Css Color HEX #C71EEA Electric Purple

📋 copy color: '#C71EEA'

red 199 ◦ green 30 ◦ blue 234

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

Shades of Electric Purple #C71EEA

Tints of Electric Purple #C71EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.48%

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

R = 42.98%
G = 6.48%
B = 50.54%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C71EEA (or 0xC71EEA) is known color: Electric Purple. HEX triplet: C7, 1E and EA. RGB value is (199,30,234). Sum of RGB (Red+Green+Blue) = 199+30+234=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #C71EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71EEA is #38E115. Grayscale: #676767. Windows color (decimal): -3727638 or 15343303. OLE color: 15343303.

HSL color Cylindrical-coordinate representation of color #C71EEA: hue angle of 289.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71EEA is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 30 234 -
CMYK 0.15 0.87 0 0.08
HSL 289.71º 0.83% 0.52% -
HSV(B) 289.71º 0.87% 0.92% -
XYZ 38.87 19.01 79.46 -
YUV 103.79 201.49 195.91 -
System Red Green Blue C M Y K H S L
Decimal 199 30 234 0.15 0.87 0 0.08 289.71 0.83 0.52
Hex C7 1E EA F 57 0 8 122 53 34
Octal 307 36 352 17 127 0 10 442 123 64
Binary 11000111 11110 11101010 1111 1010111 0 1000 100100010 1010011 110100

Color Harmonies of #C71EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EEA

Black with #C71EEA

Text Example


Text Example

White with #C71EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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