Html Css Color HEX #C73071 Medium Red Violet

📋 copy color: '#C73071'

red 199 ◦ green 48 ◦ blue 113

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

Shades of Medium Red Violet #C73071

Tints of Medium Red Violet #C73071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.33%

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

R = 55.28%
G = 13.33%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C73071 (or 0xC73071) is known color: Medium Red Violet. HEX triplet: C7, 30 and 71. RGB value is (199,48,113). Sum of RGB (Red+Green+Blue) = 199+48+113=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C73071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73071 is #38CF8E. Grayscale: #646464. Windows color (decimal): -3723151 or 7418055. OLE color: 7418055.

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

Color convert

RGB 199 48 113 -
CMYK 0 0.76 0.43 0.22
HSL 334.17º 0.61% 0.48% -
HSV(B) 334.17º 0.76% 0.78% -
XYZ 27.59 15.45 17.15 -
YUV 100.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 199 48 113 0 0.76 0.43 0.22 334.17 0.61 0.48
Hex C7 30 71 0 4C 2B 16 14E 3D 30
Octal 307 60 161 0 114 53 26 516 75 60
Binary 11000111 110000 1110001 0 1001100 101011 10110 101001110 111101 110000

Color Harmonies of #C73071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73071

Black with #C73071

Text Example


Text Example

White with #C73071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73071; }

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

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

background-color css

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

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

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

border-color css

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

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

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