Html Css Color HEX #C71AFB Electric Purple

📋 copy color: '#C71AFB'

red 199 ◦ green 26 ◦ blue 251

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

Shades of Electric Purple #C71AFB

Tints of Electric Purple #C71AFB

RGB

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

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

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

R = 41.81%
G = 5.46%
B = 52.73%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C71AFB (or 0xC71AFB) is known color: Electric Purple. HEX triplet: C7, 1A and FB. RGB value is (199,26,251). Sum of RGB (Red+Green+Blue) = 199+26+251=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #C71AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71AFB is #38E504. Grayscale: #666666. Windows color (decimal): -3728645 or 16456391. OLE color: 16456391.

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

Color convert

RGB 199 26 251 -
CMYK 0.21 0.90 0 0.02
HSL 286.13º 0.97% 0.54% -
HSV(B) 286.13º 0.9% 0.98% -
XYZ 41.34 19.85 92.92 -
YUV 103.38 211.31 196.2 -
System Red Green Blue C M Y K H S L
Decimal 199 26 251 0.21 0.90 0 0.02 286.13 0.97 0.54
Hex C7 1A FB 15 5A 0 2 11E 61 36
Octal 307 32 373 25 132 0 2 436 141 66
Binary 11000111 11010 11111011 10101 1011010 0 10 100011110 1100001 110110

Color Harmonies of #C71AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AFB

Black with #C71AFB

Text Example


Text Example

White with #C71AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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