Html Css Color HEX #C71EAA Medium Violet Red

📋 copy color: '#C71EAA'

red 199 ◦ green 30 ◦ blue 170

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

Shades of Medium Violet Red #C71EAA

Tints of Medium Violet Red #C71EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 49.87%
G = 7.52%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C71EAA (or 0xC71EAA) is known color: Medium Violet Red. HEX triplet: C7, 1E and AA. RGB value is (199,30,170). Sum of RGB (Red+Green+Blue) = 199+30+170=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71EAA is #38E155. Grayscale: #606060. Windows color (decimal): -3727702 or 11148999. OLE color: 11148999.

HSL color Cylindrical-coordinate representation of color #C71EAA: hue angle of 310.3º 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 #C71EAA is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 170 -
CMYK 0 0.85 0.15 0.22
HSL 310.3º 0.74% 0.45% -
HSV(B) 310.3º 0.85% 0.78% -
XYZ 31.27 15.97 39.47 -
YUV 96.49 169.49 201.12 -
System Red Green Blue C M Y K H S L
Decimal 199 30 170 0 0.85 0.15 0.22 310.3 0.74 0.45
Hex C7 1E AA 0 55 F 16 136 4A 2D
Octal 307 36 252 0 125 17 26 466 112 55
Binary 11000111 11110 10101010 0 1010101 1111 10110 100110110 1001010 101101

Color Harmonies of #C71EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EAA

Black with #C71EAA

Text Example


Text Example

White with #C71EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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