Html Css Color HEX #C71D7A Medium Violet Red

📋 copy color: '#C71D7A'

red 199 ◦ green 29 ◦ blue 122

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

Shades of Medium Violet Red #C71D7A

Tints of Medium Violet Red #C71D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 56.86%
G = 8.29%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C71D7A (or 0xC71D7A) is known color: Medium Violet Red. HEX triplet: C7, 1D and 7A. RGB value is (199,29,122). Sum of RGB (Red+Green+Blue) = 199+29+122=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71D7A is #38E285. Grayscale: #5A5A5A. Windows color (decimal): -3728006 or 8003015. OLE color: 8003015.

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

Color convert

RGB 199 29 122 -
CMYK 0 0.85 0.39 0.22
HSL 327.18º 0.75% 0.45% -
HSV(B) 327.18º 0.85% 0.78% -
XYZ 27.51 14.43 19.75 -
YUV 90.43 145.82 205.44 -
System Red Green Blue C M Y K H S L
Decimal 199 29 122 0 0.85 0.39 0.22 327.18 0.75 0.45
Hex C7 1D 7A 0 55 27 16 147 4B 2D
Octal 307 35 172 0 125 47 26 507 113 55
Binary 11000111 11101 1111010 0 1010101 100111 10110 101000111 1001011 101101

Color Harmonies of #C71D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71D7A

Black with #C71D7A

Text Example


Text Example

White with #C71D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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