Html Css Color HEX #C71DA1 Medium Violet Red

📋 copy color: '#C71DA1'

red 199 ◦ green 29 ◦ blue 161

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

Shades of Medium Violet Red #C71DA1

Tints of Medium Violet Red #C71DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.39%

R = 51.16%
G = 7.46%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C71DA1 (or 0xC71DA1) is known color: Medium Violet Red. HEX triplet: C7, 1D and A1. RGB value is (199,29,161). Sum of RGB (Red+Green+Blue) = 199+29+161=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71DA1 is #38E25E. Grayscale: #5E5E5E. Windows color (decimal): -3727967 or 10558919. OLE color: 10558919.

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

Color convert

RGB 199 29 161 -
CMYK 0 0.85 0.19 0.22
HSL 313.41º 0.75% 0.45% -
HSV(B) 313.41º 0.85% 0.78% -
XYZ 30.43 15.59 35.12 -
YUV 94.88 165.32 202.27 -
System Red Green Blue C M Y K H S L
Decimal 199 29 161 0 0.85 0.19 0.22 313.41 0.75 0.45
Hex C7 1D A1 0 55 13 16 139 4B 2D
Octal 307 35 241 0 125 23 26 471 113 55
Binary 11000111 11101 10100001 0 1010101 10011 10110 100111001 1001011 101101

Color Harmonies of #C71DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DA1

Black with #C71DA1

Text Example


Text Example

White with #C71DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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