Html Css Color HEX #C70079 Medium Violet Red

📋 copy color: '#C70079'

red 199 ◦ green 0 ◦ blue 121

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

Shades of Medium Violet Red #C70079

Tints of Medium Violet Red #C70079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.19%
G = 0%
B = 37.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C70079 (or 0xC70079) is known color: Medium Violet Red. HEX triplet: C7, 00 and 79. RGB value is (199,0,121). Sum of RGB (Red+Green+Blue) = 199+0+121=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C70079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70079 is #38FF86. Grayscale: #494949. Windows color (decimal): -3735431 or 7930055. OLE color: 7930055.

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

Color convert

RGB 199 0 121 -
CMYK 0 1 0.39 0.22
HSL 323.52º 1% 0.39% -
HSV(B) 323.52º 1% 0.78% -
XYZ 27 13.52 19.28 -
YUV 73.3 154.93 217.66 -
System Red Green Blue C M Y K H S L
Decimal 199 0 121 0 1 0.39 0.22 323.52 1 0.39
Hex C7 0 79 0 64 27 16 144 64 27
Octal 307 0 171 0 144 47 26 504 144 47
Binary 11000111 0 1111001 0 1100100 100111 10110 101000100 1100100 100111

Color Harmonies of #C70079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70079

Black with #C70079

Text Example


Text Example

White with #C70079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70079; }

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

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

background-color css

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

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

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

border-color css

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

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

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