Html Css Color HEX #C73471 Medium Red Violet

📋 copy color: '#C73471'

red 199 ◦ green 52 ◦ blue 113

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

Shades of Medium Red Violet #C73471

Tints of Medium Red Violet #C73471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.29%

 BLUE value IS 113 (44.53% from 255) = 31.04%

R = 54.67%
G = 14.29%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C73471 (or 0xC73471) is known color: Medium Red Violet. HEX triplet: C7, 34 and 71. RGB value is (199,52,113). Sum of RGB (Red+Green+Blue) = 199+52+113=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C73471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73471 is #38CB8E. Grayscale: #666666. Windows color (decimal): -3722127 or 7419079. OLE color: 7419079.

HSL color Cylindrical-coordinate representation of color #C73471: hue angle of 335.1º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73471 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 52 113 -
CMYK 0 0.74 0.43 0.22
HSL 335.1º 0.59% 0.49% -
HSV(B) 335.1º 0.74% 0.78% -
XYZ 27.76 15.79 17.21 -
YUV 102.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 199 52 113 0 0.74 0.43 0.22 335.1 0.59 0.49
Hex C7 34 71 0 4A 2B 16 14F 3B 31
Octal 307 64 161 0 112 53 26 517 73 61
Binary 11000111 110100 1110001 0 1001010 101011 10110 101001111 111011 110001

Color Harmonies of #C73471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73471

Black with #C73471

Text Example


Text Example

White with #C73471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73471; }

 p { color: rgb(199,52,113); }

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

background-color css

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

 a { background-color: rgb(199,52,113); }

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

border-color css

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

 span { border-color: rgb(199,52,113); }

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