Html Css Color HEX #C71BFA Electric Purple

📋 copy color: '#C71BFA'

red 199 ◦ green 27 ◦ blue 250

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

Shades of Electric Purple #C71BFA

Tints of Electric Purple #C71BFA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.67%

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

R = 41.81%
G = 5.67%
B = 52.52%

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

#C71BFA (or 0xC71BFA) is known color: Electric Purple. HEX triplet: C7, 1B and FA. RGB value is (199,27,250). Sum of RGB (Red+Green+Blue) = 199+27+250=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #C71BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71BFA is #38E405. Grayscale: #676767. Windows color (decimal): -3728390 or 16391111. OLE color: 16391111.

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

Color convert

RGB 199 27 250 -
CMYK 0.20 0.89 0 0.02
HSL 286.28º 0.96% 0.54% -
HSV(B) 286.28º 0.89% 0.98% -
XYZ 41.2 19.83 92.1 -
YUV 103.85 210.48 195.87 -
System Red Green Blue C M Y K H S L
Decimal 199 27 250 0.20 0.89 0 0.02 286.28 0.96 0.54
Hex C7 1B FA 14 59 0 2 11E 60 36
Octal 307 33 372 24 131 0 2 436 140 66
Binary 11000111 11011 11111010 10100 1011001 0 10 100011110 1100000 110110

Color Harmonies of #C71BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BFA

Black with #C71BFA

Text Example


Text Example

White with #C71BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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