Html Css Color HEX #C71AA4 Medium Violet Red

📋 copy color: '#C71AA4'

red 199 ◦ green 26 ◦ blue 164

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

Shades of Medium Violet Red #C71AA4

Tints of Medium Violet Red #C71AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.16%

R = 51.16%
G = 6.68%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C71AA4 (or 0xC71AA4) is known color: Medium Violet Red. HEX triplet: C7, 1A and A4. RGB value is (199,26,164). Sum of RGB (Red+Green+Blue) = 199+26+164=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C71AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71AA4 is #38E55B. Grayscale: #5D5D5D. Windows color (decimal): -3728732 or 10754759. OLE color: 10754759.

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

Color convert

RGB 199 26 164 -
CMYK 0 0.87 0.18 0.22
HSL 312.14º 0.77% 0.44% -
HSV(B) 312.14º 0.87% 0.78% -
XYZ 30.62 15.56 36.51 -
YUV 93.46 167.81 203.28 -
System Red Green Blue C M Y K H S L
Decimal 199 26 164 0 0.87 0.18 0.22 312.14 0.77 0.44
Hex C7 1A A4 0 57 12 16 138 4D 2C
Octal 307 32 244 0 127 22 26 470 115 54
Binary 11000111 11010 10100100 0 1010111 10010 10110 100111000 1001101 101100

Color Harmonies of #C71AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AA4

Black with #C71AA4

Text Example


Text Example

White with #C71AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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