Html Css Color HEX #C71EFE Electric Purple

📋 copy color: '#C71EFE'

red 199 ◦ green 30 ◦ blue 254

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

Shades of Electric Purple #C71EFE

Tints of Electric Purple #C71EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.59%

R = 41.2%
G = 6.21%
B = 52.59%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C71EFE (or 0xC71EFE) is known color: Electric Purple. HEX triplet: C7, 1E and FE. RGB value is (199,30,254). Sum of RGB (Red+Green+Blue) = 199+30+254=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 30 (12.11% from 255 or 6.21% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #C71EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71EFE is #38E101. Grayscale: #696969. Windows color (decimal): -3727618 or 16654023. OLE color: 16654023.

HSL color Cylindrical-coordinate representation of color #C71EFE: hue angle of 285.27º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71EFE is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 30 254 -
CMYK 0.22 0.88 0 0.00
HSL 285.27º 0.99% 0.56% -
HSV(B) 285.27º 0.88% 1% -
XYZ 41.91 20.23 95.46 -
YUV 106.07 211.49 194.29 -
System Red Green Blue C M Y K H S L
Decimal 199 30 254 0.22 0.88 0 0.00 285.27 0.99 0.56
Hex C7 1E FE 16 58 0 0 11D 63 38
Octal 307 36 376 26 130 0 0 435 143 70
Binary 11000111 11110 11111110 10110 1011000 0 0 100011101 1100011 111000

Color Harmonies of #C71EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EFE

Black with #C71EFE

Text Example


Text Example

White with #C71EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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