Html Css Color HEX #C71CFA Electric Purple

📋 copy color: '#C71CFA'

red 199 ◦ green 28 ◦ blue 250

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

Shades of Electric Purple #C71CFA

Tints of Electric Purple #C71CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 41.72%
G = 5.87%
B = 52.41%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C71CFA (or 0xC71CFA) is known color: Electric Purple. HEX triplet: C7, 1C and FA. RGB value is (199,28,250). Sum of RGB (Red+Green+Blue) = 199+28+250=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #C71CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71CFA is #38E305. Grayscale: #676767. Windows color (decimal): -3728134 or 16391367. OLE color: 16391367.

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

Color convert

RGB 199 28 250 -
CMYK 0.20 0.89 0 0.02
HSL 286.22º 0.96% 0.55% -
HSV(B) 286.22º 0.89% 0.98% -
XYZ 41.22 19.87 92.11 -
YUV 104.44 210.15 195.45 -
System Red Green Blue C M Y K H S L
Decimal 199 28 250 0.20 0.89 0 0.02 286.22 0.96 0.55
Hex C7 1C FA 14 59 0 2 11E 60 37
Octal 307 34 372 24 131 0 2 436 140 67
Binary 11000111 11100 11111010 10100 1011001 0 10 100011110 1100000 110111

Color Harmonies of #C71CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71CFA

Black with #C71CFA

Text Example


Text Example

White with #C71CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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