Html Css Color HEX #C71AFC Electric Purple

📋 copy color: '#C71AFC'

red 199 ◦ green 26 ◦ blue 252

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

Shades of Electric Purple #C71AFC

Tints of Electric Purple #C71AFC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.45%

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

R = 41.72%
G = 5.45%
B = 52.83%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C71AFC (or 0xC71AFC) is known color: Electric Purple. HEX triplet: C7, 1A and FC. RGB value is (199,26,252). Sum of RGB (Red+Green+Blue) = 199+26+252=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #C71AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71AFC is #38E503. Grayscale: #666666. Windows color (decimal): -3728644 or 16521927. OLE color: 16521927.

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

Color convert

RGB 199 26 252 -
CMYK 0.21 0.90 0 0.01
HSL 285.93º 0.97% 0.55% -
HSV(B) 285.93º 0.9% 0.99% -
XYZ 41.49 19.91 93.75 -
YUV 103.49 211.81 196.12 -
System Red Green Blue C M Y K H S L
Decimal 199 26 252 0.21 0.90 0 0.01 285.93 0.97 0.55
Hex C7 1A FC 15 5A 0 1 11E 61 37
Octal 307 32 374 25 132 0 1 436 141 67
Binary 11000111 11010 11111100 10101 1011010 0 1 100011110 1100001 110111

Color Harmonies of #C71AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AFC

Black with #C71AFC

Text Example


Text Example

White with #C71AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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