Html Css Color HEX #C70779 Medium Violet Red

📋 copy color: '#C70779'

red 199 ◦ green 7 ◦ blue 121

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

Shades of Medium Violet Red #C70779

Tints of Medium Violet Red #C70779

RGB

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

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

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

R = 60.86%
G = 2.14%
B = 37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C70779 (or 0xC70779) is known color: Medium Violet Red. HEX triplet: C7, 07 and 79. RGB value is (199,7,121). Sum of RGB (Red+Green+Blue) = 199+7+121=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C70779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70779 is #38F886. Grayscale: #4D4D4D. Windows color (decimal): -3733639 or 7931847. OLE color: 7931847.

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

Color convert

RGB 199 7 121 -
CMYK 0 0.96 0.39 0.22
HSL 324.38º 0.93% 0.4% -
HSV(B) 324.38º 0.96% 0.78% -
XYZ 27.08 13.67 19.3 -
YUV 77.4 152.61 214.73 -
System Red Green Blue C M Y K H S L
Decimal 199 7 121 0 0.96 0.39 0.22 324.38 0.93 0.4
Hex C7 7 79 0 60 27 16 144 5D 28
Octal 307 7 171 0 140 47 26 504 135 50
Binary 11000111 111 1111001 0 1100000 100111 10110 101000100 1011101 101000

Color Harmonies of #C70779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70779

Black with #C70779

Text Example


Text Example

White with #C70779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70779; }

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

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

background-color css

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

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

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

border-color css

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

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

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