Html Css Color HEX #C11074 Medium Violet Red

📋 copy color: '#C11074'

red 193 ◦ green 16 ◦ blue 116

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

Shades of Medium Violet Red #C11074

Tints of Medium Violet Red #C11074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.92%

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

R = 59.38%
G = 4.92%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C11074 (or 0xC11074) is known color: Medium Violet Red. HEX triplet: C1, 10 and 74. RGB value is (193,16,116). Sum of RGB (Red+Green+Blue) = 193+16+116=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C11074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11074 is #3EEF8B. Grayscale: #505050. Windows color (decimal): -4124556 or 7606465. OLE color: 7606465.

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

Color convert

RGB 193 16 116 -
CMYK 0 0.92 0.40 0.24
HSL 326.1º 0.85% 0.41% -
HSV(B) 326.1º 0.92% 0.76% -
XYZ 25.33 12.97 17.69 -
YUV 80.32 148.14 208.37 -
System Red Green Blue C M Y K H S L
Decimal 193 16 116 0 0.92 0.40 0.24 326.1 0.85 0.41
Hex C1 10 74 0 5C 28 18 146 55 29
Octal 301 20 164 0 134 50 30 506 125 51
Binary 11000001 10000 1110100 0 1011100 101000 11000 101000110 1010101 101001

Color Harmonies of #C11074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11074

Black with #C11074

Text Example


Text Example

White with #C11074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11074; }

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

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

background-color css

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

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

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

border-color css

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

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

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