Html Css Color HEX #C11784 Medium Violet Red

📋 copy color: '#C11784'

red 193 ◦ green 23 ◦ blue 132

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

Shades of Medium Violet Red #C11784

Tints of Medium Violet Red #C11784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 55.46%
G = 6.61%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C11784 (or 0xC11784) is known color: Medium Violet Red. HEX triplet: C1, 17 and 84. RGB value is (193,23,132). Sum of RGB (Red+Green+Blue) = 193+23+132=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C11784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11784 is #3EE87B. Grayscale: #555555. Windows color (decimal): -4122748 or 8656833. OLE color: 8656833.

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

Color convert

RGB 193 23 132 -
CMYK 0 0.88 0.32 0.24
HSL 321.53º 0.79% 0.42% -
HSV(B) 321.53º 0.88% 0.76% -
XYZ 26.46 13.62 23.06 -
YUV 86.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 193 23 132 0 0.88 0.32 0.24 321.53 0.79 0.42
Hex C1 17 84 0 58 20 18 142 4F 2A
Octal 301 27 204 0 130 40 30 502 117 52
Binary 11000001 10111 10000100 0 1011000 100000 11000 101000010 1001111 101010

Color Harmonies of #C11784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11784

Black with #C11784

Text Example


Text Example

White with #C11784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11784; }

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

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

background-color css

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

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

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

border-color css

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

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

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