Html Css Color HEX #C70794 Medium Violet Red

📋 copy color: '#C70794'

red 199 ◦ green 7 ◦ blue 148

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

Shades of Medium Violet Red #C70794

Tints of Medium Violet Red #C70794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.81%

R = 56.21%
G = 1.98%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C70794 (or 0xC70794) is known color: Medium Violet Red. HEX triplet: C7, 07 and 94. RGB value is (199,7,148). Sum of RGB (Red+Green+Blue) = 199+7+148=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C70794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70794 is #38F86B. Grayscale: #505050. Windows color (decimal): -3733612 or 9701319. OLE color: 9701319.

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

Color convert

RGB 199 7 148 -
CMYK 0 0.96 0.26 0.22
HSL 315.94º 0.93% 0.4% -
HSV(B) 315.94º 0.96% 0.78% -
XYZ 28.97 14.43 29.28 -
YUV 80.48 166.11 212.54 -
System Red Green Blue C M Y K H S L
Decimal 199 7 148 0 0.96 0.26 0.22 315.94 0.93 0.4
Hex C7 7 94 0 60 1A 16 13C 5D 28
Octal 307 7 224 0 140 32 26 474 135 50
Binary 11000111 111 10010100 0 1100000 11010 10110 100111100 1011101 101000

Color Harmonies of #C70794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70794

Black with #C70794

Text Example


Text Example

White with #C70794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70794; }

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

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

background-color css

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

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

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

border-color css

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

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

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