Html Css Color HEX #C71AF0 Electric Purple

📋 copy color: '#C71AF0'

red 199 ◦ green 26 ◦ blue 240

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

Shades of Electric Purple #C71AF0

Tints of Electric Purple #C71AF0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.59%

 BLUE value IS 240 (94.14% from 255) = 51.61%

R = 42.8%
G = 5.59%
B = 51.61%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C71AF0 (or 0xC71AF0) is known color: Electric Purple. HEX triplet: C7, 1A and F0. RGB value is (199,26,240). Sum of RGB (Red+Green+Blue) = 199+26+240=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #C71AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71AF0 is #38E50F. Grayscale: #656565. Windows color (decimal): -3728656 or 15735495. OLE color: 15735495.

HSL color Cylindrical-coordinate representation of color #C71AF0: hue angle of 288.5º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71AF0 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 26 240 -
CMYK 0.17 0.89 0 0.06
HSL 288.5º 0.88% 0.52% -
HSV(B) 288.5º 0.89% 0.94% -
XYZ 39.65 19.17 84.05 -
YUV 102.12 205.81 197.1 -
System Red Green Blue C M Y K H S L
Decimal 199 26 240 0.17 0.89 0 0.06 288.5 0.88 0.52
Hex C7 1A F0 11 59 0 6 121 58 34
Octal 307 32 360 21 131 0 6 441 130 64
Binary 11000111 11010 11110000 10001 1011001 0 110 100100001 1011000 110100

Color Harmonies of #C71AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AF0

Black with #C71AF0

Text Example


Text Example

White with #C71AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AF0; }

 p { color: rgb(199,26,240); }

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

background-color css

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

 a { background-color: rgb(199,26,240); }

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

border-color css

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

 span { border-color: rgb(199,26,240); }

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