Html Css Color HEX #C71BFB Electric Purple

📋 copy color: '#C71BFB'

red 199 ◦ green 27 ◦ blue 251

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

Shades of Electric Purple #C71BFB

Tints of Electric Purple #C71BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 41.72%
G = 5.66%
B = 52.62%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C71BFB (or 0xC71BFB) is known color: Electric Purple. HEX triplet: C7, 1B and FB. RGB value is (199,27,251). Sum of RGB (Red+Green+Blue) = 199+27+251=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #C71BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71BFB is #38E404. Grayscale: #676767. Windows color (decimal): -3728389 or 16456647. OLE color: 16456647.

HSL color Cylindrical-coordinate representation of color #C71BFB: hue angle of 286.07º degrees, saturation: 0.97, 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 #C71BFB is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 27 251 -
CMYK 0.21 0.89 0 0.02
HSL 286.07º 0.97% 0.55% -
HSV(B) 286.07º 0.89% 0.98% -
XYZ 41.36 19.89 92.93 -
YUV 103.96 210.98 195.79 -
System Red Green Blue C M Y K H S L
Decimal 199 27 251 0.21 0.89 0 0.02 286.07 0.97 0.55
Hex C7 1B FB 15 59 0 2 11E 61 37
Octal 307 33 373 25 131 0 2 436 141 67
Binary 11000111 11011 11111011 10101 1011001 0 10 100011110 1100001 110111

Color Harmonies of #C71BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BFB

Black with #C71BFB

Text Example


Text Example

White with #C71BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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