Html Css Color HEX #C71FFD Electric Purple

📋 copy color: '#C71FFD'

red 199 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #C71FFD

Tints of Electric Purple #C71FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.38%

R = 41.2%
G = 6.42%
B = 52.38%

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

#C71FFD (or 0xC71FFD) is known color: Electric Purple. HEX triplet: C7, 1F and FD. RGB value is (199,31,253). Sum of RGB (Red+Green+Blue) = 199+31+253=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 31 (12.5% from 255 or 6.42% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #C71FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71FFD is #38E002. Grayscale: #696969. Windows color (decimal): -3727363 or 16588743. OLE color: 16588743.

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

Color convert

RGB 199 31 253 -
CMYK 0.21 0.88 0 0.01
HSL 285.41º 0.98% 0.56% -
HSV(B) 285.41º 0.88% 0.99% -
XYZ 41.77 20.21 94.63 -
YUV 106.54 210.66 193.95 -
System Red Green Blue C M Y K H S L
Decimal 199 31 253 0.21 0.88 0 0.01 285.41 0.98 0.56
Hex C7 1F FD 15 58 0 1 11D 62 38
Octal 307 37 375 25 130 0 1 435 142 70
Binary 11000111 11111 11111101 10101 1011000 0 1 100011101 1100010 111000

Color Harmonies of #C71FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FFD

Black with #C71FFD

Text Example


Text Example

White with #C71FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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