Html Css Color HEX #C11C6A Medium Violet Red

📋 copy color: '#C11C6A'

red 193 ◦ green 28 ◦ blue 106

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

Shades of Medium Violet Red #C11C6A

Tints of Medium Violet Red #C11C6A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.56%

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 59.02%
G = 8.56%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C11C6A (or 0xC11C6A) is known color: Medium Violet Red. HEX triplet: C1, 1C and 6A. RGB value is (193,28,106). Sum of RGB (Red+Green+Blue) = 193+28+106=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11C6A is #3EE395. Grayscale: #565656. Windows color (decimal): -4121494 or 6954177. OLE color: 6954177.

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

Color convert

RGB 193 28 106 -
CMYK 0 0.85 0.45 0.24
HSL 331.64º 0.75% 0.43% -
HSV(B) 331.64º 0.85% 0.76% -
XYZ 25.01 13.21 14.87 -
YUV 86.23 139.16 204.16 -
System Red Green Blue C M Y K H S L
Decimal 193 28 106 0 0.85 0.45 0.24 331.64 0.75 0.43
Hex C1 1C 6A 0 55 2D 18 14C 4B 2B
Octal 301 34 152 0 125 55 30 514 113 53
Binary 11000001 11100 1101010 0 1010101 101101 11000 101001100 1001011 101011

Color Harmonies of #C11C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11C6A

Black with #C11C6A

Text Example


Text Example

White with #C11C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11C6A; }

 p { color: rgb(193,28,106); }

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

background-color css

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

 a { background-color: rgb(193,28,106); }

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

border-color css

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

 span { border-color: rgb(193,28,106); }

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