Html Css Color HEX #C71095 Medium Violet Red

📋 copy color: '#C71095'

red 199 ◦ green 16 ◦ blue 149

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

Shades of Medium Violet Red #C71095

Tints of Medium Violet Red #C71095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.4%

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

R = 54.67%
G = 4.4%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C71095 (or 0xC71095) is known color: Medium Violet Red. HEX triplet: C7, 10 and 95. RGB value is (199,16,149). Sum of RGB (Red+Green+Blue) = 199+16+149=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C71095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71095 is #38EF6A. Grayscale: #555555. Windows color (decimal): -3731307 or 9769159. OLE color: 9769159.

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

Color convert

RGB 199 16 149 -
CMYK 0 0.92 0.25 0.22
HSL 316.39º 0.85% 0.42% -
HSV(B) 316.39º 0.92% 0.78% -
XYZ 29.16 14.68 29.73 -
YUV 85.88 163.63 208.69 -
System Red Green Blue C M Y K H S L
Decimal 199 16 149 0 0.92 0.25 0.22 316.39 0.85 0.42
Hex C7 10 95 0 5C 19 16 13C 55 2A
Octal 307 20 225 0 134 31 26 474 125 52
Binary 11000111 10000 10010101 0 1011100 11001 10110 100111100 1010101 101010

Color Harmonies of #C71095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71095

Black with #C71095

Text Example


Text Example

White with #C71095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71095; }

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

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

background-color css

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

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

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

border-color css

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

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

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