Html Css Color HEX #C10791 Medium Violet Red

📋 copy color: '#C10791'

red 193 ◦ green 7 ◦ blue 145

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

Shades of Medium Violet Red #C10791

Tints of Medium Violet Red #C10791

RGB

 RED value IS 193 (75.78% from 255) = 55.94%

 GREEN value IS 7 (3.13% from 255) = 2.03%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 55.94%
G = 2.03%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C10791 (or 0xC10791) is known color: Medium Violet Red. HEX triplet: C1, 07 and 91. RGB value is (193,7,145). Sum of RGB (Red+Green+Blue) = 193+7+145=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C10791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10791 is #3EF86E. Grayscale: #4D4D4D. Windows color (decimal): -4126831 or 9504705. OLE color: 9504705.

HSL color Cylindrical-coordinate representation of color #C10791: hue angle of 315.48º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10791 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 7 145 -
CMYK 0 0.96 0.25 0.24
HSL 315.48º 0.93% 0.39% -
HSV(B) 315.48º 0.96% 0.76% -
XYZ 27.18 13.53 27.97 -
YUV 78.35 165.62 209.78 -
System Red Green Blue C M Y K H S L
Decimal 193 7 145 0 0.96 0.25 0.24 315.48 0.93 0.39
Hex C1 7 91 0 60 19 18 13B 5D 27
Octal 301 7 221 0 140 31 30 473 135 47
Binary 11000001 111 10010001 0 1100000 11001 11000 100111011 1011101 100111

Color Harmonies of #C10791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10791

Black with #C10791

Text Example


Text Example

White with #C10791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10791; }

 p { color: rgb(193,7,145); }

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

background-color css

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

 a { background-color: rgb(193,7,145); }

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

border-color css

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

 span { border-color: rgb(193,7,145); }

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