Html Css Color HEX #C70379 Medium Violet Red

📋 copy color: '#C70379'

red 199 ◦ green 3 ◦ blue 121

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

Shades of Medium Violet Red #C70379

Tints of Medium Violet Red #C70379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 121 (47.66% from 255) = 37.46%

R = 61.61%
G = 0.93%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C70379 (or 0xC70379) is known color: Medium Violet Red. HEX triplet: C7, 03 and 79. RGB value is (199,3,121). Sum of RGB (Red+Green+Blue) = 199+3+121=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C70379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70379 is #38FC86. Grayscale: #4A4A4A. Windows color (decimal): -3734663 or 7930823. OLE color: 7930823.

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

Color convert

RGB 199 3 121 -
CMYK 0 0.98 0.39 0.22
HSL 323.88º 0.97% 0.4% -
HSV(B) 323.88º 0.98% 0.78% -
XYZ 27.04 13.59 19.29 -
YUV 75.06 153.93 216.41 -
System Red Green Blue C M Y K H S L
Decimal 199 3 121 0 0.98 0.39 0.22 323.88 0.97 0.4
Hex C7 3 79 0 62 27 16 144 61 28
Octal 307 3 171 0 142 47 26 504 141 50
Binary 11000111 11 1111001 0 1100010 100111 10110 101000100 1100001 101000

Color Harmonies of #C70379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70379

Black with #C70379

Text Example


Text Example

White with #C70379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70379; }

 p { color: rgb(199,3,121); }

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

background-color css

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

 a { background-color: rgb(199,3,121); }

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

border-color css

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

 span { border-color: rgb(199,3,121); }

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