Html Css Color HEX #C71CFC Electric Purple

📋 copy color: '#C71CFC'

red 199 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #C71CFC

Tints of Electric Purple #C71CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 41.54%
G = 5.85%
B = 52.61%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C71CFC (or 0xC71CFC) is known color: Electric Purple. HEX triplet: C7, 1C and FC. RGB value is (199,28,252). Sum of RGB (Red+Green+Blue) = 199+28+252=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #C71CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71CFC is #38E303. Grayscale: #676767. Windows color (decimal): -3728132 or 16522439. OLE color: 16522439.

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

Color convert

RGB 199 28 252 -
CMYK 0.21 0.89 0 0.01
HSL 285.8º 0.97% 0.55% -
HSV(B) 285.8º 0.89% 0.99% -
XYZ 41.54 20 93.77 -
YUV 104.67 211.15 195.29 -
System Red Green Blue C M Y K H S L
Decimal 199 28 252 0.21 0.89 0 0.01 285.8 0.97 0.55
Hex C7 1C FC 15 59 0 1 11E 61 37
Octal 307 34 374 25 131 0 1 436 141 67
Binary 11000111 11100 11111100 10101 1011001 0 1 100011110 1100001 110111

Color Harmonies of #C71CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71CFC

Black with #C71CFC

Text Example


Text Example

White with #C71CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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