Html Css Color HEX #C71AF6 Electric Purple

📋 copy color: '#C71AF6'

red 199 ◦ green 26 ◦ blue 246

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

Shades of Electric Purple #C71AF6

Tints of Electric Purple #C71AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.23%

R = 42.25%
G = 5.52%
B = 52.23%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C71AF6 (or 0xC71AF6) is known color: Electric Purple. HEX triplet: C7, 1A and F6. RGB value is (199,26,246). Sum of RGB (Red+Green+Blue) = 199+26+246=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #C71AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71AF6 is #38E509. Grayscale: #666666. Windows color (decimal): -3728650 or 16128711. OLE color: 16128711.

HSL color Cylindrical-coordinate representation of color #C71AF6: hue angle of 287.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71AF6 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 199 26 246 -
CMYK 0.19 0.89 0 0.04
HSL 287.18º 0.92% 0.53% -
HSV(B) 287.18º 0.89% 0.96% -
XYZ 40.56 19.53 88.82 -
YUV 102.81 208.81 196.61 -
System Red Green Blue C M Y K H S L
Decimal 199 26 246 0.19 0.89 0 0.04 287.18 0.92 0.53
Hex C7 1A F6 13 59 0 4 11F 5C 35
Octal 307 32 366 23 131 0 4 437 134 65
Binary 11000111 11010 11110110 10011 1011001 0 100 100011111 1011100 110101

Color Harmonies of #C71AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AF6

Black with #C71AF6

Text Example


Text Example

White with #C71AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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