Html Css Color HEX #C71AAA Medium Violet Red

📋 copy color: '#C71AAA'

red 199 ◦ green 26 ◦ blue 170

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

Shades of Medium Violet Red #C71AAA

Tints of Medium Violet Red #C71AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.58%

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

R = 50.38%
G = 6.58%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C71AAA (or 0xC71AAA) is known color: Medium Violet Red. HEX triplet: C7, 1A and AA. RGB value is (199,26,170). Sum of RGB (Red+Green+Blue) = 199+26+170=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C71AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71AAA is #38E555. Grayscale: #5D5D5D. Windows color (decimal): -3728726 or 11147975. OLE color: 11147975.

HSL color Cylindrical-coordinate representation of color #C71AAA: hue angle of 310.06º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71AAA is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 26 170 -
CMYK 0 0.87 0.15 0.22
HSL 310.06º 0.77% 0.44% -
HSV(B) 310.06º 0.87% 0.78% -
XYZ 31.18 15.78 39.43 -
YUV 94.14 170.81 202.79 -
System Red Green Blue C M Y K H S L
Decimal 199 26 170 0 0.87 0.15 0.22 310.06 0.77 0.44
Hex C7 1A AA 0 57 F 16 136 4D 2C
Octal 307 32 252 0 127 17 26 466 115 54
Binary 11000111 11010 10101010 0 1010111 1111 10110 100110110 1001101 101100

Color Harmonies of #C71AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AAA

Black with #C71AAA

Text Example


Text Example

White with #C71AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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