Html Css Color HEX #C70772 Medium Violet Red

📋 copy color: '#C70772'

red 199 ◦ green 7 ◦ blue 114

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

Shades of Medium Violet Red #C70772

Tints of Medium Violet Red #C70772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 62.19%
G = 2.19%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C70772 (or 0xC70772) is known color: Medium Violet Red. HEX triplet: C7, 07 and 72. RGB value is (199,7,114). Sum of RGB (Red+Green+Blue) = 199+7+114=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C70772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70772 is #38F88D. Grayscale: #4C4C4C. Windows color (decimal): -3733646 or 7473095. OLE color: 7473095.

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

Color convert

RGB 199 7 114 -
CMYK 0 0.96 0.43 0.22
HSL 326.56º 0.93% 0.4% -
HSV(B) 326.56º 0.96% 0.78% -
XYZ 26.67 13.51 17.12 -
YUV 76.61 149.11 215.3 -
System Red Green Blue C M Y K H S L
Decimal 199 7 114 0 0.96 0.43 0.22 326.56 0.93 0.4
Hex C7 7 72 0 60 2B 16 147 5D 28
Octal 307 7 162 0 140 53 26 507 135 50
Binary 11000111 111 1110010 0 1100000 101011 10110 101000111 1011101 101000

Color Harmonies of #C70772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70772

Black with #C70772

Text Example


Text Example

White with #C70772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70772; }

 p { color: rgb(199,7,114); }

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

background-color css

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

 a { background-color: rgb(199,7,114); }

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

border-color css

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

 span { border-color: rgb(199,7,114); }

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