Html Css Color HEX #C71FFF Electric Purple

📋 copy color: '#C71FFF'

red 199 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #C71FFF

Tints of Electric Purple #C71FFF

RGB

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

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

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

R = 41.03%
G = 6.39%
B = 52.58%

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

#C71FFF (or 0xC71FFF) is known color: Electric Purple. HEX triplet: C7, 1F and FF. RGB value is (199,31,255). Sum of RGB (Red+Green+Blue) = 199+31+255=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 31 (12.5% from 255 or 6.39% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #C71FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71FFF is #38E000. Grayscale: #6A6A6A. Windows color (decimal): -3727361 or 16719815. OLE color: 16719815.

HSL color Cylindrical-coordinate representation of color #C71FFF: hue angle of 285º 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 #C71FFF is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 31 255 -
CMYK 0.22 0.88 0 0
HSL 285º 1% 0.56% -
HSV(B) 285º 0.88% 1% -
XYZ 42.09 20.34 96.32 -
YUV 106.77 211.66 193.79 -
System Red Green Blue C M Y K H S L
Decimal 199 31 255 0.22 0.88 0 0 285 1 0.56
Hex C7 1F FF 16 58 0 0 11D 64 38
Octal 307 37 377 26 130 0 0 435 144 70
Binary 11000111 11111 11111111 10110 1011000 0 0 100011101 1100100 111000

Color Harmonies of #C71FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FFF

Black with #C71FFF

Text Example


Text Example

White with #C71FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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