Html Css Color HEX #C71CF9 Electric Purple

📋 copy color: '#C71CF9'

red 199 ◦ green 28 ◦ blue 249

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

Shades of Electric Purple #C71CF9

Tints of Electric Purple #C71CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.31%

R = 41.81%
G = 5.88%
B = 52.31%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C71CF9 (or 0xC71CF9) is known color: Electric Purple. HEX triplet: C7, 1C and F9. RGB value is (199,28,249). Sum of RGB (Red+Green+Blue) = 199+28+249=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #C71CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71CF9 is #38E306. Grayscale: #676767. Windows color (decimal): -3728135 or 16325831. OLE color: 16325831.

HSL color Cylindrical-coordinate representation of color #C71CF9: hue angle of 286.43º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71CF9 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 28 249 -
CMYK 0.20 0.89 0 0.02
HSL 286.43º 0.95% 0.54% -
HSV(B) 286.43º 0.89% 0.98% -
XYZ 41.07 19.81 91.28 -
YUV 104.32 209.65 195.53 -
System Red Green Blue C M Y K H S L
Decimal 199 28 249 0.20 0.89 0 0.02 286.43 0.95 0.54
Hex C7 1C F9 14 59 0 2 11E 5F 36
Octal 307 34 371 24 131 0 2 436 137 66
Binary 11000111 11100 11111001 10100 1011001 0 10 100011110 1011111 110110

Color Harmonies of #C71CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71CF9

Black with #C71CF9

Text Example


Text Example

White with #C71CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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