Html Css Color HEX #C71DA5 Medium Violet Red

📋 copy color: '#C71DA5'

red 199 ◦ green 29 ◦ blue 165

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

Shades of Medium Violet Red #C71DA5

Tints of Medium Violet Red #C71DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.98%

R = 50.64%
G = 7.38%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C71DA5 (or 0xC71DA5) is known color: Medium Violet Red. HEX triplet: C7, 1D and A5. RGB value is (199,29,165). Sum of RGB (Red+Green+Blue) = 199+29+165=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71DA5 is #38E25A. Grayscale: #5E5E5E. Windows color (decimal): -3727963 or 10821063. OLE color: 10821063.

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

Color convert

RGB 199 29 165 -
CMYK 0 0.85 0.17 0.22
HSL 312º 0.75% 0.45% -
HSV(B) 312º 0.85% 0.78% -
XYZ 30.78 15.74 37.01 -
YUV 95.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 199 29 165 0 0.85 0.17 0.22 312 0.75 0.45
Hex C7 1D A5 0 55 11 16 138 4B 2D
Octal 307 35 245 0 125 21 26 470 113 55
Binary 11000111 11101 10100101 0 1010101 10001 10110 100111000 1001011 101101

Color Harmonies of #C71DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DA5

Black with #C71DA5

Text Example


Text Example

White with #C71DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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