Html Css Color HEX #C71DAA Medium Violet Red

📋 copy color: '#C71DAA'

red 199 ◦ green 29 ◦ blue 170

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

Shades of Medium Violet Red #C71DAA

Tints of Medium Violet Red #C71DAA

RGB

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

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

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

R = 50%
G = 7.29%
B = 42.71%

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

#C71DAA (or 0xC71DAA) is known color: Medium Violet Red. HEX triplet: C7, 1D and AA. RGB value is (199,29,170). Sum of RGB (Red+Green+Blue) = 199+29+170=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71DAA is #38E255. Grayscale: #5F5F5F. Windows color (decimal): -3727958 or 11148743. OLE color: 11148743.

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

Color convert

RGB 199 29 170 -
CMYK 0 0.85 0.15 0.22
HSL 310.24º 0.75% 0.45% -
HSV(B) 310.24º 0.85% 0.78% -
XYZ 31.25 15.92 39.46 -
YUV 95.9 169.82 201.54 -
System Red Green Blue C M Y K H S L
Decimal 199 29 170 0 0.85 0.15 0.22 310.24 0.75 0.45
Hex C7 1D AA 0 55 F 16 136 4B 2D
Octal 307 35 252 0 125 17 26 466 113 55
Binary 11000111 11101 10101010 0 1010101 1111 10110 100110110 1001011 101101

Color Harmonies of #C71DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DAA

Black with #C71DAA

Text Example


Text Example

White with #C71DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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