Html Css Color HEX #C71CF6 Electric Purple

📋 copy color: '#C71CF6'

red 199 ◦ green 28 ◦ blue 246

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

Shades of Electric Purple #C71CF6

Tints of Electric Purple #C71CF6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.92%

 BLUE value IS 246 (96.48% from 255) = 52.01%

R = 42.07%
G = 5.92%
B = 52.01%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C71CF6 (or 0xC71CF6) is known color: Electric Purple. HEX triplet: C7, 1C and F6. RGB value is (199,28,246). Sum of RGB (Red+Green+Blue) = 199+28+246=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #C71CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71CF6 is #38E309. Grayscale: #676767. Windows color (decimal): -3728138 or 16129223. OLE color: 16129223.

HSL color Cylindrical-coordinate representation of color #C71CF6: hue angle of 287.06º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71CF6 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 199 28 246 -
CMYK 0.19 0.89 0 0.04
HSL 287.06º 0.92% 0.54% -
HSV(B) 287.06º 0.89% 0.96% -
XYZ 40.6 19.63 88.84 -
YUV 103.98 208.15 195.77 -
System Red Green Blue C M Y K H S L
Decimal 199 28 246 0.19 0.89 0 0.04 287.06 0.92 0.54
Hex C7 1C F6 13 59 0 4 11F 5C 36
Octal 307 34 366 23 131 0 4 437 134 66
Binary 11000111 11100 11110110 10011 1011001 0 100 100011111 1011100 110110

Color Harmonies of #C71CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71CF6

Black with #C71CF6

Text Example


Text Example

White with #C71CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71CF6; }

 p { color: rgb(199,28,246); }

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

background-color css

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

 a { background-color: rgb(199,28,246); }

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

border-color css

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

 span { border-color: rgb(199,28,246); }

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