Html Css Color HEX #C71BFE Electric Purple

📋 copy color: '#C71BFE'

red 199 ◦ green 27 ◦ blue 254

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

Shades of Electric Purple #C71BFE

Tints of Electric Purple #C71BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 41.46%
G = 5.63%
B = 52.92%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C71BFE (or 0xC71BFE) is known color: Electric Purple. HEX triplet: C7, 1B and FE. RGB value is (199,27,254). Sum of RGB (Red+Green+Blue) = 199+27+254=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 27 (10.94% from 255 or 5.62% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #C71BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71BFE is #38E401. Grayscale: #676767. Windows color (decimal): -3728386 or 16653255. OLE color: 16653255.

HSL color Cylindrical-coordinate representation of color #C71BFE: hue angle of 285.46º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71BFE is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 27 254 -
CMYK 0.22 0.89 0 0.00
HSL 285.46º 0.99% 0.55% -
HSV(B) 285.46º 0.89% 1% -
XYZ 41.83 20.08 95.44 -
YUV 104.31 212.48 195.54 -
System Red Green Blue C M Y K H S L
Decimal 199 27 254 0.22 0.89 0 0.00 285.46 0.99 0.55
Hex C7 1B FE 16 59 0 0 11D 63 37
Octal 307 33 376 26 131 0 0 435 143 67
Binary 11000111 11011 11111110 10110 1011001 0 0 100011101 1100011 110111

Color Harmonies of #C71BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BFE

Black with #C71BFE

Text Example


Text Example

White with #C71BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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