Html Css Color HEX #C71FED Electric Purple

📋 copy color: '#C71FED'

red 199 ◦ green 31 ◦ blue 237

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

Shades of Electric Purple #C71FED

Tints of Electric Purple #C71FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 42.61%
G = 6.64%
B = 50.75%

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

#C71FED (or 0xC71FED) is known color: Electric Purple. HEX triplet: C7, 1F and ED. RGB value is (199,31,237). Sum of RGB (Red+Green+Blue) = 199+31+237=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #C71FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71FED is #38E012. Grayscale: #686868. Windows color (decimal): -3727379 or 15540167. OLE color: 15540167.

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

Color convert

RGB 199 31 237 -
CMYK 0.16 0.87 0 0.07
HSL 288.93º 0.85% 0.53% -
HSV(B) 288.93º 0.87% 0.93% -
XYZ 39.33 19.24 81.76 -
YUV 104.72 202.66 195.25 -
System Red Green Blue C M Y K H S L
Decimal 199 31 237 0.16 0.87 0 0.07 288.93 0.85 0.53
Hex C7 1F ED 10 57 0 7 121 55 35
Octal 307 37 355 20 127 0 7 441 125 65
Binary 11000111 11111 11101101 10000 1010111 0 111 100100001 1010101 110101

Color Harmonies of #C71FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FED

Black with #C71FED

Text Example


Text Example

White with #C71FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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