Html Css Color HEX #C71BF1 Electric Purple

📋 copy color: '#C71BF1'

red 199 ◦ green 27 ◦ blue 241

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

Shades of Electric Purple #C71BF1

Tints of Electric Purple #C71BF1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.78%

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 42.61%
G = 5.78%
B = 51.61%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C71BF1 (or 0xC71BF1) is known color: Electric Purple. HEX triplet: C7, 1B and F1. RGB value is (199,27,241). Sum of RGB (Red+Green+Blue) = 199+27+241=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #C71BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71BF1 is #38E40E. Grayscale: #666666. Windows color (decimal): -3728399 or 15801287. OLE color: 15801287.

HSL color Cylindrical-coordinate representation of color #C71BF1: hue angle of 288.22º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71BF1 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 27 241 -
CMYK 0.17 0.89 0 0.05
HSL 288.22º 0.88% 0.53% -
HSV(B) 288.22º 0.89% 0.95% -
XYZ 39.82 19.28 84.84 -
YUV 102.82 205.98 196.6 -
System Red Green Blue C M Y K H S L
Decimal 199 27 241 0.17 0.89 0 0.05 288.22 0.88 0.53
Hex C7 1B F1 11 59 0 5 120 58 35
Octal 307 33 361 21 131 0 5 440 130 65
Binary 11000111 11011 11110001 10001 1011001 0 101 100100000 1011000 110101

Color Harmonies of #C71BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BF1

Black with #C71BF1

Text Example


Text Example

White with #C71BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BF1; }

 p { color: rgb(199,27,241); }

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

background-color css

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

 a { background-color: rgb(199,27,241); }

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

border-color css

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

 span { border-color: rgb(199,27,241); }

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