Html Css Color HEX #C11BAB Medium Violet Red

📋 copy color: '#C11BAB'

red 193 ◦ green 27 ◦ blue 171

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

Shades of Medium Violet Red #C11BAB

Tints of Medium Violet Red #C11BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 49.36%
G = 6.91%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C11BAB (or 0xC11BAB) is known color: Medium Violet Red. HEX triplet: C1, 1B and AB. RGB value is (193,27,171). Sum of RGB (Red+Green+Blue) = 193+27+171=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C11BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11BAB is #3EE454. Grayscale: #5C5C5C. Windows color (decimal): -4121685 or 11213761. OLE color: 11213761.

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

Color convert

RGB 193 27 171 -
CMYK 0 0.86 0.11 0.24
HSL 307.95º 0.75% 0.43% -
HSV(B) 307.95º 0.86% 0.76% -
XYZ 29.73 15.06 39.87 -
YUV 93.05 172 199.29 -
System Red Green Blue C M Y K H S L
Decimal 193 27 171 0 0.86 0.11 0.24 307.95 0.75 0.43
Hex C1 1B AB 0 56 B 18 134 4B 2B
Octal 301 33 253 0 126 13 30 464 113 53
Binary 11000001 11011 10101011 0 1010110 1011 11000 100110100 1001011 101011

Color Harmonies of #C11BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BAB

Black with #C11BAB

Text Example


Text Example

White with #C11BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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