Html Css Color HEX #C10376 Medium Violet Red

📋 copy color: '#C10376'

red 193 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #C10376

Tints of Medium Violet Red #C10376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 61.46%
G = 0.96%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C10376 (or 0xC10376) is known color: Medium Violet Red. HEX triplet: C1, 03 and 76. RGB value is (193,3,118). Sum of RGB (Red+Green+Blue) = 193+3+118=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C10376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10376 is #3EFC89. Grayscale: #484848. Windows color (decimal): -4127882 or 7734209. OLE color: 7734209.

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

Color convert

RGB 193 3 118 -
CMYK 0 0.98 0.39 0.24
HSL 323.68º 0.97% 0.38% -
HSV(B) 323.68º 0.98% 0.76% -
XYZ 25.29 12.71 18.26 -
YUV 72.92 153.45 213.65 -
System Red Green Blue C M Y K H S L
Decimal 193 3 118 0 0.98 0.39 0.24 323.68 0.97 0.38
Hex C1 3 76 0 62 27 18 144 61 26
Octal 301 3 166 0 142 47 30 504 141 46
Binary 11000001 11 1110110 0 1100010 100111 11000 101000100 1100001 100110

Color Harmonies of #C10376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10376

Black with #C10376

Text Example


Text Example

White with #C10376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10376; }

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

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

background-color css

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

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

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

border-color css

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

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

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