Html Css Color HEX #C71195 Medium Violet Red

📋 copy color: '#C71195'

red 199 ◦ green 17 ◦ blue 149

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

Shades of Medium Violet Red #C71195

Tints of Medium Violet Red #C71195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.66%

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

R = 54.52%
G = 4.66%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C71195 (or 0xC71195) is known color: Medium Violet Red. HEX triplet: C7, 11 and 95. RGB value is (199,17,149). Sum of RGB (Red+Green+Blue) = 199+17+149=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C71195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71195 is #38EE6A. Grayscale: #565656. Windows color (decimal): -3731051 or 9769415. OLE color: 9769415.

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

Color convert

RGB 199 17 149 -
CMYK 0 0.91 0.25 0.22
HSL 316.48º 0.84% 0.42% -
HSV(B) 316.48º 0.91% 0.78% -
XYZ 29.18 14.71 29.74 -
YUV 86.47 163.3 208.27 -
System Red Green Blue C M Y K H S L
Decimal 199 17 149 0 0.91 0.25 0.22 316.48 0.84 0.42
Hex C7 11 95 0 5B 19 16 13C 54 2A
Octal 307 21 225 0 133 31 26 474 124 52
Binary 11000111 10001 10010101 0 1011011 11001 10110 100111100 1010100 101010

Color Harmonies of #C71195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71195

Black with #C71195

Text Example


Text Example

White with #C71195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71195; }

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

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

background-color css

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

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

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

border-color css

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

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

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