Html Css Color HEX #C71AFE Electric Purple

📋 copy color: '#C71AFE'

red 199 ◦ green 26 ◦ blue 254

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

Shades of Electric Purple #C71AFE

Tints of Electric Purple #C71AFE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.43%

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

R = 41.54%
G = 5.43%
B = 53.03%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C71AFE (or 0xC71AFE) is known color: Electric Purple. HEX triplet: C7, 1A and FE. RGB value is (199,26,254). Sum of RGB (Red+Green+Blue) = 199+26+254=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #C71AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71AFE is #38E501. Grayscale: #666666. Windows color (decimal): -3728642 or 16652999. OLE color: 16652999.

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

Color convert

RGB 199 26 254 -
CMYK 0.22 0.90 0 0.00
HSL 285.53º 0.99% 0.55% -
HSV(B) 285.53º 0.9% 1% -
XYZ 41.81 20.04 95.43 -
YUV 103.72 212.81 195.96 -
System Red Green Blue C M Y K H S L
Decimal 199 26 254 0.22 0.90 0 0.00 285.53 0.99 0.55
Hex C7 1A FE 16 5A 0 0 11E 63 37
Octal 307 32 376 26 132 0 0 436 143 67
Binary 11000111 11010 11111110 10110 1011010 0 0 100011110 1100011 110111

Color Harmonies of #C71AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AFE

Black with #C71AFE

Text Example


Text Example

White with #C71AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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