Html Css Color HEX #C1136C Medium Violet Red

📋 copy color: '#C1136C'

red 193 ◦ green 19 ◦ blue 108

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

Shades of Medium Violet Red #C1136C

Tints of Medium Violet Red #C1136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.94%

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 60.31%
G = 5.94%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1136C (or 0xC1136C) is known color: Medium Violet Red. HEX triplet: C1, 13 and 6C. RGB value is (193,19,108). Sum of RGB (Red+Green+Blue) = 193+19+108=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1136C is #3EEC93. Grayscale: #505050. Windows color (decimal): -4123796 or 7082945. OLE color: 7082945.

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

Color convert

RGB 193 19 108 -
CMYK 0 0.90 0.44 0.24
HSL 329.31º 0.82% 0.42% -
HSV(B) 329.31º 0.9% 0.76% -
XYZ 24.93 12.89 15.36 -
YUV 81.17 143.15 207.76 -
System Red Green Blue C M Y K H S L
Decimal 193 19 108 0 0.90 0.44 0.24 329.31 0.82 0.42
Hex C1 13 6C 0 5A 2C 18 149 52 2A
Octal 301 23 154 0 132 54 30 511 122 52
Binary 11000001 10011 1101100 0 1011010 101100 11000 101001001 1010010 101010

Color Harmonies of #C1136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1136C

Black with #C1136C

Text Example


Text Example

White with #C1136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1136C; }

 p { color: rgb(193,19,108); }

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

background-color css

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

 a { background-color: rgb(193,19,108); }

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

border-color css

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

 span { border-color: rgb(193,19,108); }

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