Html Css Color HEX #C71DFF Electric Purple

📋 copy color: '#C71DFF'

red 199 ◦ green 29 ◦ blue 255

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

Shades of Electric Purple #C71DFF

Tints of Electric Purple #C71DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 41.2%
G = 6%
B = 52.8%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C71DFF (or 0xC71DFF) is known color: Electric Purple. HEX triplet: C7, 1D and FF. RGB value is (199,29,255). Sum of RGB (Red+Green+Blue) = 199+29+255=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 29 (11.72% from 255 or 6.00% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #C71DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71DFF is #38E200. Grayscale: #686868. Windows color (decimal): -3727873 or 16719303. OLE color: 16719303.

HSL color Cylindrical-coordinate representation of color #C71DFF: hue angle of 285.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71DFF is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 29 255 -
CMYK 0.22 0.89 0 0
HSL 285.13º 1% 0.56% -
HSV(B) 285.13º 0.89% 1% -
XYZ 42.04 20.24 96.3 -
YUV 105.59 212.32 194.62 -
System Red Green Blue C M Y K H S L
Decimal 199 29 255 0.22 0.89 0 0 285.13 1 0.56
Hex C7 1D FF 16 59 0 0 11D 64 38
Octal 307 35 377 26 131 0 0 435 144 70
Binary 11000111 11101 11111111 10110 1011001 0 0 100011101 1100100 111000

Color Harmonies of #C71DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DFF

Black with #C71DFF

Text Example


Text Example

White with #C71DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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