Html Css Color HEX #C11775 Medium Violet Red

📋 copy color: '#C11775'

red 193 ◦ green 23 ◦ blue 117

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

Shades of Medium Violet Red #C11775

Tints of Medium Violet Red #C11775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.91%

 BLUE value IS 117 (46.09% from 255) = 35.14%

R = 57.96%
G = 6.91%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C11775 (or 0xC11775) is known color: Medium Violet Red. HEX triplet: C1, 17 and 75. RGB value is (193,23,117). Sum of RGB (Red+Green+Blue) = 193+23+117=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C11775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11775 is #3EE88A. Grayscale: #545454. Windows color (decimal): -4122763 or 7673793. OLE color: 7673793.

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

Color convert

RGB 193 23 117 -
CMYK 0 0.88 0.39 0.24
HSL 326.82º 0.79% 0.42% -
HSV(B) 326.82º 0.88% 0.76% -
XYZ 25.51 13.23 18.04 -
YUV 84.55 146.32 205.36 -
System Red Green Blue C M Y K H S L
Decimal 193 23 117 0 0.88 0.39 0.24 326.82 0.79 0.42
Hex C1 17 75 0 58 27 18 147 4F 2A
Octal 301 27 165 0 130 47 30 507 117 52
Binary 11000001 10111 1110101 0 1011000 100111 11000 101000111 1001111 101010

Color Harmonies of #C11775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11775

Black with #C11775

Text Example


Text Example

White with #C11775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11775; }

 p { color: rgb(193,23,117); }

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

background-color css

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

 a { background-color: rgb(193,23,117); }

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

border-color css

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

 span { border-color: rgb(193,23,117); }

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