Html Css Color HEX #C71DEB Electric Purple

📋 copy color: '#C71DEB'

red 199 ◦ green 29 ◦ blue 235

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

Shades of Electric Purple #C71DEB

Tints of Electric Purple #C71DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 42.98%
G = 6.26%
B = 50.76%

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

#C71DEB (or 0xC71DEB) is known color: Electric Purple. HEX triplet: C7, 1D and EB. RGB value is (199,29,235). Sum of RGB (Red+Green+Blue) = 199+29+235=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #C71DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71DEB is #38E214. Grayscale: #666666. Windows color (decimal): -3727893 or 15408583. OLE color: 15408583.

HSL color Cylindrical-coordinate representation of color #C71DEB: hue angle of 289.51º degrees, saturation: 0.84, 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 #C71DEB is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 29 235 -
CMYK 0.15 0.88 0 0.08
HSL 289.51º 0.84% 0.52% -
HSV(B) 289.51º 0.88% 0.92% -
XYZ 38.99 19.02 80.21 -
YUV 103.31 202.32 196.25 -
System Red Green Blue C M Y K H S L
Decimal 199 29 235 0.15 0.88 0 0.08 289.51 0.84 0.52
Hex C7 1D EB F 58 0 8 122 54 34
Octal 307 35 353 17 130 0 10 442 124 64
Binary 11000111 11101 11101011 1111 1011000 0 1000 100100010 1010100 110100

Color Harmonies of #C71DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DEB

Black with #C71DEB

Text Example


Text Example

White with #C71DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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