Html Css Color HEX #C70095 Medium Violet Red

📋 copy color: '#C70095'

red 199 ◦ green 0 ◦ blue 149

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

Shades of Medium Violet Red #C70095

Tints of Medium Violet Red #C70095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 57.18%
G = 0%
B = 42.82%

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

#C70095 (or 0xC70095) is known color: Medium Violet Red. HEX triplet: C7, 00 and 95. RGB value is (199,0,149). Sum of RGB (Red+Green+Blue) = 199+0+149=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C70095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70095 is #38FF6A. Grayscale: #4C4C4C. Windows color (decimal): -3735403 or 9765063. OLE color: 9765063.

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

Color convert

RGB 199 0 149 -
CMYK 0 1 0.25 0.22
HSL 315.08º 1% 0.39% -
HSV(B) 315.08º 1% 0.78% -
XYZ 28.98 14.31 29.67 -
YUV 76.49 168.93 215.38 -
System Red Green Blue C M Y K H S L
Decimal 199 0 149 0 1 0.25 0.22 315.08 1 0.39
Hex C7 0 95 0 64 19 16 13B 64 27
Octal 307 0 225 0 144 31 26 473 144 47
Binary 11000111 0 10010101 0 1100100 11001 10110 100111011 1100100 100111

Color Harmonies of #C70095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70095

Black with #C70095

Text Example


Text Example

White with #C70095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70095; }

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

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

background-color css

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

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

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

border-color css

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

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

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