Html Css Color HEX #C71EFA Electric Purple

📋 copy color: '#C71EFA'

red 199 ◦ green 30 ◦ blue 250

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

Shades of Electric Purple #C71EFA

Tints of Electric Purple #C71EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.19%

R = 41.54%
G = 6.26%
B = 52.19%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C71EFA (or 0xC71EFA) is known color: Electric Purple. HEX triplet: C7, 1E and FA. RGB value is (199,30,250). Sum of RGB (Red+Green+Blue) = 199+30+250=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #C71EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71EFA is #38E105. Grayscale: #686868. Windows color (decimal): -3727622 or 16391879. OLE color: 16391879.

HSL color Cylindrical-coordinate representation of color #C71EFA: hue angle of 286.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71EFA is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 30 250 -
CMYK 0.20 0.88 0 0.02
HSL 286.09º 0.96% 0.55% -
HSV(B) 286.09º 0.88% 0.98% -
XYZ 41.27 19.97 92.12 -
YUV 105.61 209.49 194.61 -
System Red Green Blue C M Y K H S L
Decimal 199 30 250 0.20 0.88 0 0.02 286.09 0.96 0.55
Hex C7 1E FA 14 58 0 2 11E 60 37
Octal 307 36 372 24 130 0 2 436 140 67
Binary 11000111 11110 11111010 10100 1011000 0 10 100011110 1100000 110111

Color Harmonies of #C71EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EFA

Black with #C71EFA

Text Example


Text Example

White with #C71EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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