Html Css Color HEX #C71EFF Electric Purple

📋 copy color: '#C71EFF'

red 199 ◦ green 30 ◦ blue 255

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

Shades of Electric Purple #C71EFF

Tints of Electric Purple #C71EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.69%

R = 41.12%
G = 6.2%
B = 52.69%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C71EFF (or 0xC71EFF) is known color: Electric Purple. HEX triplet: C7, 1E and FF. RGB value is (199,30,255). Sum of RGB (Red+Green+Blue) = 199+30+255=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #C71EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71EFF is #38E100. Grayscale: #696969. Windows color (decimal): -3727617 or 16719559. OLE color: 16719559.

HSL color Cylindrical-coordinate representation of color #C71EFF: hue angle of 285.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71EFF is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 30 255 -
CMYK 0.22 0.88 0 0
HSL 285.07º 1% 0.56% -
HSV(B) 285.07º 0.88% 1% -
XYZ 42.07 20.29 96.31 -
YUV 106.18 211.99 194.2 -
System Red Green Blue C M Y K H S L
Decimal 199 30 255 0.22 0.88 0 0 285.07 1 0.56
Hex C7 1E FF 16 58 0 0 11D 64 38
Octal 307 36 377 26 130 0 0 435 144 70
Binary 11000111 11110 11111111 10110 1011000 0 0 100011101 1100100 111000

Color Harmonies of #C71EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EFF

Black with #C71EFF

Text Example


Text Example

White with #C71EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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