Html Css Color HEX #C71EAB Medium Violet Red

📋 copy color: '#C71EAB'

red 199 ◦ green 30 ◦ blue 171

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

Shades of Medium Violet Red #C71EAB

Tints of Medium Violet Red #C71EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.5%

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 49.75%
G = 7.5%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C71EAB (or 0xC71EAB) is known color: Medium Violet Red. HEX triplet: C7, 1E and AB. RGB value is (199,30,171). Sum of RGB (Red+Green+Blue) = 199+30+171=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71EAB is #38E154. Grayscale: #606060. Windows color (decimal): -3727701 or 11214535. OLE color: 11214535.

HSL color Cylindrical-coordinate representation of color #C71EAB: hue angle of 309.94º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71EAB is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 171 -
CMYK 0 0.85 0.14 0.22
HSL 309.94º 0.74% 0.45% -
HSV(B) 309.94º 0.85% 0.78% -
XYZ 31.37 16.01 39.97 -
YUV 96.61 169.99 201.04 -
System Red Green Blue C M Y K H S L
Decimal 199 30 171 0 0.85 0.14 0.22 309.94 0.74 0.45
Hex C7 1E AB 0 55 E 16 136 4A 2D
Octal 307 36 253 0 125 16 26 466 112 55
Binary 11000111 11110 10101011 0 1010101 1110 10110 100110110 1001010 101101

Color Harmonies of #C71EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EAB

Black with #C71EAB

Text Example


Text Example

White with #C71EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EAB; }

 p { color: rgb(199,30,171); }

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

background-color css

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

 a { background-color: rgb(199,30,171); }

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

border-color css

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

 span { border-color: rgb(199,30,171); }

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