Html Css Color HEX #C70596 Medium Violet Red

📋 copy color: '#C70596'

red 199 ◦ green 5 ◦ blue 150

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

Shades of Medium Violet Red #C70596

Tints of Medium Violet Red #C70596

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 56.21%
G = 1.41%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C70596 (or 0xC70596) is known color: Medium Violet Red. HEX triplet: C7, 05 and 96. RGB value is (199,5,150). Sum of RGB (Red+Green+Blue) = 199+5+150=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C70596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70596 is #38FA69. Grayscale: #4F4F4F. Windows color (decimal): -3734122 or 9831879. OLE color: 9831879.

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

Color convert

RGB 199 5 150 -
CMYK 0 0.97 0.25 0.22
HSL 315.15º 0.95% 0.4% -
HSV(B) 315.15º 0.97% 0.78% -
XYZ 29.11 14.45 30.11 -
YUV 79.54 167.77 213.21 -
System Red Green Blue C M Y K H S L
Decimal 199 5 150 0 0.97 0.25 0.22 315.15 0.95 0.4
Hex C7 5 96 0 61 19 16 13B 5F 28
Octal 307 5 226 0 141 31 26 473 137 50
Binary 11000111 101 10010110 0 1100001 11001 10110 100111011 1011111 101000

Color Harmonies of #C70596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70596

Black with #C70596

Text Example


Text Example

White with #C70596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70596; }

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

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

background-color css

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

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

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

border-color css

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

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

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