Html Css Color HEX #C71CFB Electric Purple

📋 copy color: '#C71CFB'

red 199 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #C71CFB

Tints of Electric Purple #C71CFB

RGB

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

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

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

R = 41.63%
G = 5.86%
B = 52.51%

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

#C71CFB (or 0xC71CFB) is known color: Electric Purple. HEX triplet: C7, 1C and FB. RGB value is (199,28,251). Sum of RGB (Red+Green+Blue) = 199+28+251=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #C71CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71CFB is #38E304. Grayscale: #676767. Windows color (decimal): -3728133 or 16456903. OLE color: 16456903.

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

Color convert

RGB 199 28 251 -
CMYK 0.21 0.89 0 0.02
HSL 286.01º 0.97% 0.55% -
HSV(B) 286.01º 0.89% 0.98% -
XYZ 41.38 19.94 92.93 -
YUV 104.55 210.65 195.37 -
System Red Green Blue C M Y K H S L
Decimal 199 28 251 0.21 0.89 0 0.02 286.01 0.97 0.55
Hex C7 1C FB 15 59 0 2 11E 61 37
Octal 307 34 373 25 131 0 2 436 141 67
Binary 11000111 11100 11111011 10101 1011001 0 10 100011110 1100001 110111

Color Harmonies of #C71CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71CFB

Black with #C71CFB

Text Example


Text Example

White with #C71CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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