Html Css Color HEX #C71BF8 Electric Purple

📋 copy color: '#C71BF8'

red 199 ◦ green 27 ◦ blue 248

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

Shades of Electric Purple #C71BF8

Tints of Electric Purple #C71BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.32%

R = 41.98%
G = 5.7%
B = 52.32%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C71BF8 (or 0xC71BF8) is known color: Electric Purple. HEX triplet: C7, 1B and F8. RGB value is (199,27,248). Sum of RGB (Red+Green+Blue) = 199+27+248=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 27 (10.94% from 255 or 5.70% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #C71BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71BF8 is #38E407. Grayscale: #666666. Windows color (decimal): -3728392 or 16260039. OLE color: 16260039.

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

Color convert

RGB 199 27 248 -
CMYK 0.20 0.89 0 0.03
HSL 286.7º 0.94% 0.54% -
HSV(B) 286.7º 0.89% 0.97% -
XYZ 40.89 19.7 90.45 -
YUV 103.62 209.48 196.03 -
System Red Green Blue C M Y K H S L
Decimal 199 27 248 0.20 0.89 0 0.03 286.7 0.94 0.54
Hex C7 1B F8 14 59 0 3 11F 5E 36
Octal 307 33 370 24 131 0 3 437 136 66
Binary 11000111 11011 11111000 10100 1011001 0 11 100011111 1011110 110110

Color Harmonies of #C71BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BF8

Black with #C71BF8

Text Example


Text Example

White with #C71BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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