Html Css Color HEX #C71FFC Electric Purple

📋 copy color: '#C71FFC'

red 199 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #C71FFC

Tints of Electric Purple #C71FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.43%

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

R = 41.29%
G = 6.43%
B = 52.28%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C71FFC (or 0xC71FFC) is known color: Electric Purple. HEX triplet: C7, 1F and FC. RGB value is (199,31,252). Sum of RGB (Red+Green+Blue) = 199+31+252=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #C71FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71FFC is #38E003. Grayscale: #696969. Windows color (decimal): -3727364 or 16523207. OLE color: 16523207.

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

Color convert

RGB 199 31 252 -
CMYK 0.21 0.88 0 0.01
HSL 285.61º 0.97% 0.55% -
HSV(B) 285.61º 0.88% 0.99% -
XYZ 41.61 20.15 93.79 -
YUV 106.43 210.16 194.03 -
System Red Green Blue C M Y K H S L
Decimal 199 31 252 0.21 0.88 0 0.01 285.61 0.97 0.55
Hex C7 1F FC 15 58 0 1 11E 61 37
Octal 307 37 374 25 130 0 1 436 141 67
Binary 11000111 11111 11111100 10101 1011000 0 1 100011110 1100001 110111

Color Harmonies of #C71FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FFC

Black with #C71FFC

Text Example


Text Example

White with #C71FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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