Html Css Color HEX #C10374 Medium Violet Red

📋 copy color: '#C10374'

red 193 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #C10374

Tints of Medium Violet Red #C10374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 61.86%
G = 0.96%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C10374 (or 0xC10374) is known color: Medium Violet Red. HEX triplet: C1, 03 and 74. RGB value is (193,3,116). Sum of RGB (Red+Green+Blue) = 193+3+116=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C10374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10374 is #3EFC8B. Grayscale: #484848. Windows color (decimal): -4127884 or 7603137. OLE color: 7603137.

HSL color Cylindrical-coordinate representation of color #C10374: hue angle of 324.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10374 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 3 116 -
CMYK 0 0.98 0.40 0.24
HSL 324.32º 0.97% 0.38% -
HSV(B) 324.32º 0.98% 0.76% -
XYZ 25.18 12.66 17.64 -
YUV 72.69 152.45 213.81 -
System Red Green Blue C M Y K H S L
Decimal 193 3 116 0 0.98 0.40 0.24 324.32 0.97 0.38
Hex C1 3 74 0 62 28 18 144 61 26
Octal 301 3 164 0 142 50 30 504 141 46
Binary 11000001 11 1110100 0 1100010 101000 11000 101000100 1100001 100110

Color Harmonies of #C10374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10374

Black with #C10374

Text Example


Text Example

White with #C10374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10374; }

 p { color: rgb(193,3,116); }

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

background-color css

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

 a { background-color: rgb(193,3,116); }

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

border-color css

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

 span { border-color: rgb(193,3,116); }

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