Html Css Color HEX #C10794 Medium Violet Red

📋 copy color: '#C10794'

red 193 ◦ green 7 ◦ blue 148

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

Shades of Medium Violet Red #C10794

Tints of Medium Violet Red #C10794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 55.46%
G = 2.01%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C10794 (or 0xC10794) is known color: Medium Violet Red. HEX triplet: C1, 07 and 94. RGB value is (193,7,148). Sum of RGB (Red+Green+Blue) = 193+7+148=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C10794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10794 is #3EF86B. Grayscale: #4E4E4E. Windows color (decimal): -4126828 or 9701313. OLE color: 9701313.

HSL color Cylindrical-coordinate representation of color #C10794: hue angle of 314.52º 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 #C10794 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 7 148 -
CMYK 0 0.96 0.23 0.24
HSL 314.52º 0.93% 0.39% -
HSV(B) 314.52º 0.96% 0.76% -
XYZ 27.41 13.63 29.2 -
YUV 78.69 167.12 209.54 -
System Red Green Blue C M Y K H S L
Decimal 193 7 148 0 0.96 0.23 0.24 314.52 0.93 0.39
Hex C1 7 94 0 60 17 18 13B 5D 27
Octal 301 7 224 0 140 27 30 473 135 47
Binary 11000001 111 10010100 0 1100000 10111 11000 100111011 1011101 100111

Color Harmonies of #C10794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10794

Black with #C10794

Text Example


Text Example

White with #C10794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10794; }

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

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

background-color css

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

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

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

border-color css

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

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

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