Html Css Color HEX #C71FF1 Electric Purple

📋 copy color: '#C71FF1'

red 199 ◦ green 31 ◦ blue 241

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

Shades of Electric Purple #C71FF1

Tints of Electric Purple #C71FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.17%

R = 42.25%
G = 6.58%
B = 51.17%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C71FF1 (or 0xC71FF1) is known color: Electric Purple. HEX triplet: C7, 1F and F1. RGB value is (199,31,241). Sum of RGB (Red+Green+Blue) = 199+31+241=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #C71FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71FF1 is #38E00E. Grayscale: #686868. Windows color (decimal): -3727375 or 15802311. OLE color: 15802311.

HSL color Cylindrical-coordinate representation of color #C71FF1: hue angle of 288º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71FF1 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 31 241 -
CMYK 0.17 0.87 0 0.05
HSL 288º 0.88% 0.53% -
HSV(B) 288º 0.87% 0.95% -
XYZ 39.92 19.47 84.87 -
YUV 105.17 204.66 194.92 -
System Red Green Blue C M Y K H S L
Decimal 199 31 241 0.17 0.87 0 0.05 288 0.88 0.53
Hex C7 1F F1 11 57 0 5 120 58 35
Octal 307 37 361 21 127 0 5 440 130 65
Binary 11000111 11111 11110001 10001 1010111 0 101 100100000 1011000 110101

Color Harmonies of #C71FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FF1

Black with #C71FF1

Text Example


Text Example

White with #C71FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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