Html Css Color HEX #C71EFB Electric Purple

📋 copy color: '#C71EFB'

red 199 ◦ green 30 ◦ blue 251

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

Shades of Electric Purple #C71EFB

Tints of Electric Purple #C71EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.25%

 BLUE value IS 251 (98.44% from 255) = 52.29%

R = 41.46%
G = 6.25%
B = 52.29%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C71EFB (or 0xC71EFB) is known color: Electric Purple. HEX triplet: C7, 1E and FB. RGB value is (199,30,251). Sum of RGB (Red+Green+Blue) = 199+30+251=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #C71EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71EFB is #38E104. Grayscale: #696969. Windows color (decimal): -3727621 or 16457415. OLE color: 16457415.

HSL color Cylindrical-coordinate representation of color #C71EFB: hue angle of 285.88º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71EFB is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 30 251 -
CMYK 0.21 0.88 0 0.02
HSL 285.88º 0.97% 0.55% -
HSV(B) 285.88º 0.88% 0.98% -
XYZ 41.43 20.04 92.95 -
YUV 105.73 209.99 194.53 -
System Red Green Blue C M Y K H S L
Decimal 199 30 251 0.21 0.88 0 0.02 285.88 0.97 0.55
Hex C7 1E FB 15 58 0 2 11E 61 37
Octal 307 36 373 25 130 0 2 436 141 67
Binary 11000111 11110 11111011 10101 1011000 0 10 100011110 1100001 110111

Color Harmonies of #C71EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EFB

Black with #C71EFB

Text Example


Text Example

White with #C71EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EFB; }

 p { color: rgb(199,30,251); }

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

background-color css

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

 a { background-color: rgb(199,30,251); }

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

border-color css

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

 span { border-color: rgb(199,30,251); }

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