Html Css Color HEX #C71DEA Electric Purple

📋 copy color: '#C71DEA'

red 199 ◦ green 29 ◦ blue 234

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

Shades of Electric Purple #C71DEA

Tints of Electric Purple #C71DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 43.07%
G = 6.28%
B = 50.65%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C71DEA (or 0xC71DEA) is known color: Electric Purple. HEX triplet: C7, 1D and EA. RGB value is (199,29,234). Sum of RGB (Red+Green+Blue) = 199+29+234=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #C71DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71DEA is #38E215. Grayscale: #666666. Windows color (decimal): -3727894 or 15343047. OLE color: 15343047.

HSL color Cylindrical-coordinate representation of color #C71DEA: hue angle of 289.76º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71DEA is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 29 234 -
CMYK 0.15 0.88 0 0.08
HSL 289.76º 0.83% 0.52% -
HSV(B) 289.76º 0.88% 0.92% -
XYZ 38.84 18.96 79.45 -
YUV 103.2 201.82 196.33 -
System Red Green Blue C M Y K H S L
Decimal 199 29 234 0.15 0.88 0 0.08 289.76 0.83 0.52
Hex C7 1D EA F 58 0 8 122 53 34
Octal 307 35 352 17 130 0 10 442 123 64
Binary 11000111 11101 11101010 1111 1011000 0 1000 100100010 1010011 110100

Color Harmonies of #C71DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DEA

Black with #C71DEA

Text Example


Text Example

White with #C71DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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