Html Css Color HEX #C11478 Medium Violet Red

📋 copy color: '#C11478'

red 193 ◦ green 20 ◦ blue 120

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

Shades of Medium Violet Red #C11478

Tints of Medium Violet Red #C11478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.01%

 BLUE value IS 120 (47.27% from 255) = 36.04%

R = 57.96%
G = 6.01%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C11478 (or 0xC11478) is known color: Medium Violet Red. HEX triplet: C1, 14 and 78. RGB value is (193,20,120). Sum of RGB (Red+Green+Blue) = 193+20+120=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C11478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11478 is #3EEB87. Grayscale: #525252. Windows color (decimal): -4123528 or 7869633. OLE color: 7869633.

HSL color Cylindrical-coordinate representation of color #C11478: hue angle of 325.32º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11478 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 20 120 -
CMYK 0 0.90 0.38 0.24
HSL 325.32º 0.81% 0.42% -
HSV(B) 325.32º 0.9% 0.76% -
XYZ 25.63 13.19 18.96 -
YUV 83.13 148.81 206.37 -
System Red Green Blue C M Y K H S L
Decimal 193 20 120 0 0.90 0.38 0.24 325.32 0.81 0.42
Hex C1 14 78 0 5A 26 18 145 51 2A
Octal 301 24 170 0 132 46 30 505 121 52
Binary 11000001 10100 1111000 0 1011010 100110 11000 101000101 1010001 101010

Color Harmonies of #C11478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11478

Black with #C11478

Text Example


Text Example

White with #C11478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11478; }

 p { color: rgb(193,20,120); }

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

background-color css

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

 a { background-color: rgb(193,20,120); }

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

border-color css

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

 span { border-color: rgb(193,20,120); }

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