Html Css Color HEX #C71DF1 Electric Purple

📋 copy color: '#C71DF1'

red 199 ◦ green 29 ◦ blue 241

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

Shades of Electric Purple #C71DF1

Tints of Electric Purple #C71DF1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.18%

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

R = 42.43%
G = 6.18%
B = 51.39%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C71DF1 (or 0xC71DF1) is known color: Electric Purple. HEX triplet: C7, 1D and F1. RGB value is (199,29,241). Sum of RGB (Red+Green+Blue) = 199+29+241=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #C71DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71DF1 is #38E20E. Grayscale: #676767. Windows color (decimal): -3727887 or 15801799. OLE color: 15801799.

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

Color convert

RGB 199 29 241 -
CMYK 0.17 0.88 0 0.05
HSL 288.11º 0.88% 0.53% -
HSV(B) 288.11º 0.88% 0.95% -
XYZ 39.87 19.37 84.86 -
YUV 104 205.32 195.76 -
System Red Green Blue C M Y K H S L
Decimal 199 29 241 0.17 0.88 0 0.05 288.11 0.88 0.53
Hex C7 1D F1 11 58 0 5 120 58 35
Octal 307 35 361 21 130 0 5 440 130 65
Binary 11000111 11101 11110001 10001 1011000 0 101 100100000 1011000 110101

Color Harmonies of #C71DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DF1

Black with #C71DF1

Text Example


Text Example

White with #C71DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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