Html Css Color HEX #C71FEE Electric Purple

📋 copy color: '#C71FEE'

red 199 ◦ green 31 ◦ blue 238

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

Shades of Electric Purple #C71FEE

Tints of Electric Purple #C71FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.62%

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

R = 42.52%
G = 6.62%
B = 50.85%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C71FEE (or 0xC71FEE) is known color: Electric Purple. HEX triplet: C7, 1F and EE. RGB value is (199,31,238). Sum of RGB (Red+Green+Blue) = 199+31+238=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #C71FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71FEE is #38E011. Grayscale: #686868. Windows color (decimal): -3727378 or 15605703. OLE color: 15605703.

HSL color Cylindrical-coordinate representation of color #C71FEE: hue angle of 288.7º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71FEE is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 31 238 -
CMYK 0.16 0.87 0 0.07
HSL 288.7º 0.86% 0.53% -
HSV(B) 288.7º 0.87% 0.93% -
XYZ 39.48 19.3 82.53 -
YUV 104.83 203.16 195.17 -
System Red Green Blue C M Y K H S L
Decimal 199 31 238 0.16 0.87 0 0.07 288.7 0.86 0.53
Hex C7 1F EE 10 57 0 7 121 56 35
Octal 307 37 356 20 127 0 7 441 126 65
Binary 11000111 11111 11101110 10000 1010111 0 111 100100001 1010110 110101

Color Harmonies of #C71FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FEE

Black with #C71FEE

Text Example


Text Example

White with #C71FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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