Html Css Color HEX #C71FEB Electric Purple

📋 copy color: '#C71FEB'

red 199 ◦ green 31 ◦ blue 235

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

Shades of Electric Purple #C71FEB

Tints of Electric Purple #C71FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 42.8%
G = 6.67%
B = 50.54%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C71FEB (or 0xC71FEB) is known color: Electric Purple. HEX triplet: C7, 1F and EB. RGB value is (199,31,235). Sum of RGB (Red+Green+Blue) = 199+31+235=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #C71FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71FEB is #38E014. Grayscale: #676767. Windows color (decimal): -3727381 or 15409095. OLE color: 15409095.

HSL color Cylindrical-coordinate representation of color #C71FEB: hue angle of 289.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71FEB is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 31 235 -
CMYK 0.15 0.87 0 0.08
HSL 289.41º 0.84% 0.52% -
HSV(B) 289.41º 0.87% 0.92% -
XYZ 39.04 19.12 80.23 -
YUV 104.49 201.66 195.41 -
System Red Green Blue C M Y K H S L
Decimal 199 31 235 0.15 0.87 0 0.08 289.41 0.84 0.52
Hex C7 1F EB F 57 0 8 121 54 34
Octal 307 37 353 17 127 0 10 441 124 64
Binary 11000111 11111 11101011 1111 1010111 0 1000 100100001 1010100 110100

Color Harmonies of #C71FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FEB

Black with #C71FEB

Text Example


Text Example

White with #C71FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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