Html Css Color HEX #C70796 Medium Violet Red

📋 copy color: '#C70796'

red 199 ◦ green 7 ◦ blue 150

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

Shades of Medium Violet Red #C70796

Tints of Medium Violet Red #C70796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 55.9%
G = 1.97%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C70796 (or 0xC70796) is known color: Medium Violet Red. HEX triplet: C7, 07 and 96. RGB value is (199,7,150). Sum of RGB (Red+Green+Blue) = 199+7+150=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C70796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70796 is #38F869. Grayscale: #505050. Windows color (decimal): -3733610 or 9832391. OLE color: 9832391.

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

Color convert

RGB 199 7 150 -
CMYK 0 0.96 0.25 0.22
HSL 315.31º 0.93% 0.4% -
HSV(B) 315.31º 0.96% 0.78% -
XYZ 29.13 14.5 30.12 -
YUV 80.71 167.11 212.37 -
System Red Green Blue C M Y K H S L
Decimal 199 7 150 0 0.96 0.25 0.22 315.31 0.93 0.4
Hex C7 7 96 0 60 19 16 13B 5D 28
Octal 307 7 226 0 140 31 26 473 135 50
Binary 11000111 111 10010110 0 1100000 11001 10110 100111011 1011101 101000

Color Harmonies of #C70796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70796

Black with #C70796

Text Example


Text Example

White with #C70796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70796; }

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

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

background-color css

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

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

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

border-color css

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

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

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