Html Css Color HEX #C71DFB Electric Purple

📋 copy color: '#C71DFB'

red 199 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #C71DFB

Tints of Electric Purple #C71DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.05%

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

R = 41.54%
G = 6.05%
B = 52.4%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C71DFB (or 0xC71DFB) is known color: Electric Purple. HEX triplet: C7, 1D and FB. RGB value is (199,29,251). Sum of RGB (Red+Green+Blue) = 199+29+251=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #C71DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71DFB is #38E204. Grayscale: #686868. Windows color (decimal): -3727877 or 16457159. OLE color: 16457159.

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

Color convert

RGB 199 29 251 -
CMYK 0.21 0.88 0 0.02
HSL 285.95º 0.97% 0.55% -
HSV(B) 285.95º 0.88% 0.98% -
XYZ 41.41 19.99 92.94 -
YUV 105.14 210.32 194.95 -
System Red Green Blue C M Y K H S L
Decimal 199 29 251 0.21 0.88 0 0.02 285.95 0.97 0.55
Hex C7 1D FB 15 58 0 2 11E 61 37
Octal 307 35 373 25 130 0 2 436 141 67
Binary 11000111 11101 11111011 10101 1011000 0 10 100011110 1100001 110111

Color Harmonies of #C71DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DFB

Black with #C71DFB

Text Example


Text Example

White with #C71DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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