Html Css Color HEX #C1096D Medium Violet Red

📋 copy color: '#C1096D'

red 193 ◦ green 9 ◦ blue 109

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

Shades of Medium Violet Red #C1096D

Tints of Medium Violet Red #C1096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.89%

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 62.06%
G = 2.89%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1096D (or 0xC1096D) is known color: Medium Violet Red. HEX triplet: C1, 09 and 6D. RGB value is (193,9,109). Sum of RGB (Red+Green+Blue) = 193+9+109=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C1096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1096D is #3EF692. Grayscale: #4B4B4B. Windows color (decimal): -4126355 or 7145921. OLE color: 7145921.

HSL color Cylindrical-coordinate representation of color #C1096D: hue angle of 327.39º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1096D is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 9 109 -
CMYK 0 0.95 0.44 0.24
HSL 327.39º 0.91% 0.4% -
HSV(B) 327.39º 0.95% 0.76% -
XYZ 24.85 12.64 15.6 -
YUV 75.42 146.96 211.87 -
System Red Green Blue C M Y K H S L
Decimal 193 9 109 0 0.95 0.44 0.24 327.39 0.91 0.4
Hex C1 9 6D 0 5F 2C 18 147 5B 28
Octal 301 11 155 0 137 54 30 507 133 50
Binary 11000001 1001 1101101 0 1011111 101100 11000 101000111 1011011 101000

Color Harmonies of #C1096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1096D

Black with #C1096D

Text Example


Text Example

White with #C1096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1096D; }

 p { color: rgb(193,9,109); }

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

background-color css

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

 a { background-color: rgb(193,9,109); }

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

border-color css

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

 span { border-color: rgb(193,9,109); }

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