Html Css Color HEX #C70096 Medium Violet Red

📋 copy color: '#C70096'

red 199 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #C70096

Tints of Medium Violet Red #C70096

RGB

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

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

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

R = 57.02%
G = 0%
B = 42.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C70096 (or 0xC70096) is known color: Medium Violet Red. HEX triplet: C7, 00 and 96. RGB value is (199,0,150). Sum of RGB (Red+Green+Blue) = 199+0+150=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C70096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70096 is #38FF69. Grayscale: #4C4C4C. Windows color (decimal): -3735402 or 9830599. OLE color: 9830599.

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

Color convert

RGB 199 0 150 -
CMYK 0 1 0.25 0.22
HSL 314.77º 1% 0.39% -
HSV(B) 314.77º 1% 0.78% -
XYZ 29.06 14.34 30.09 -
YUV 76.6 169.43 215.3 -
System Red Green Blue C M Y K H S L
Decimal 199 0 150 0 1 0.25 0.22 314.77 1 0.39
Hex C7 0 96 0 64 19 16 13B 64 27
Octal 307 0 226 0 144 31 26 473 144 47
Binary 11000111 0 10010110 0 1100100 11001 10110 100111011 1100100 100111

Color Harmonies of #C70096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70096

Black with #C70096

Text Example


Text Example

White with #C70096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70096; }

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

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

background-color css

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

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

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

border-color css

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

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

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