Html Css Color HEX #C11474 Medium Violet Red

📋 copy color: '#C11474'

red 193 ◦ green 20 ◦ blue 116

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

Shades of Medium Violet Red #C11474

Tints of Medium Violet Red #C11474

RGB

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

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

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

R = 58.66%
G = 6.08%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C11474 (or 0xC11474) is known color: Medium Violet Red. HEX triplet: C1, 14 and 74. RGB value is (193,20,116). Sum of RGB (Red+Green+Blue) = 193+20+116=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C11474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11474 is #3EEB8B. Grayscale: #525252. Windows color (decimal): -4123532 or 7607489. OLE color: 7607489.

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

Color convert

RGB 193 20 116 -
CMYK 0 0.90 0.40 0.24
HSL 326.71º 0.81% 0.42% -
HSV(B) 326.71º 0.9% 0.76% -
XYZ 25.39 13.1 17.71 -
YUV 82.67 146.81 206.69 -
System Red Green Blue C M Y K H S L
Decimal 193 20 116 0 0.90 0.40 0.24 326.71 0.81 0.42
Hex C1 14 74 0 5A 28 18 147 51 2A
Octal 301 24 164 0 132 50 30 507 121 52
Binary 11000001 10100 1110100 0 1011010 101000 11000 101000111 1010001 101010

Color Harmonies of #C11474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11474

Black with #C11474

Text Example


Text Example

White with #C11474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11474; }

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

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

background-color css

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

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

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

border-color css

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

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

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