Html Css Color HEX #C11B9D Medium Violet Red

📋 copy color: '#C11B9D'

red 193 ◦ green 27 ◦ blue 157

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

Shades of Medium Violet Red #C11B9D

Tints of Medium Violet Red #C11B9D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.16%

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 51.19%
G = 7.16%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C11B9D (or 0xC11B9D) is known color: Medium Violet Red. HEX triplet: C1, 1B and 9D. RGB value is (193,27,157). Sum of RGB (Red+Green+Blue) = 193+27+157=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11B9D is #3EE462. Grayscale: #5B5B5B. Windows color (decimal): -4121699 or 10296257. OLE color: 10296257.

HSL color Cylindrical-coordinate representation of color #C11B9D: hue angle of 313.01º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11B9D is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 27 157 -
CMYK 0 0.86 0.19 0.24
HSL 313.01º 0.75% 0.43% -
HSV(B) 313.01º 0.86% 0.76% -
XYZ 28.47 14.56 33.21 -
YUV 91.45 165 200.43 -
System Red Green Blue C M Y K H S L
Decimal 193 27 157 0 0.86 0.19 0.24 313.01 0.75 0.43
Hex C1 1B 9D 0 56 13 18 139 4B 2B
Octal 301 33 235 0 126 23 30 471 113 53
Binary 11000001 11011 10011101 0 1010110 10011 11000 100111001 1001011 101011

Color Harmonies of #C11B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11B9D

Black with #C11B9D

Text Example


Text Example

White with #C11B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11B9D; }

 p { color: rgb(193,27,157); }

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

background-color css

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

 a { background-color: rgb(193,27,157); }

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

border-color css

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

 span { border-color: rgb(193,27,157); }

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