Html Css Color HEX #C1196D Medium Violet Red

📋 copy color: '#C1196D'

red 193 ◦ green 25 ◦ blue 109

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

Shades of Medium Violet Red #C1196D

Tints of Medium Violet Red #C1196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.65%

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

R = 59.02%
G = 7.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1196D (or 0xC1196D) is known color: Medium Violet Red. HEX triplet: C1, 19 and 6D. RGB value is (193,25,109). Sum of RGB (Red+Green+Blue) = 193+25+109=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C1196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1196D is #3EE692. Grayscale: #545454. Windows color (decimal): -4122259 or 7150017. OLE color: 7150017.

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

Color convert

RGB 193 25 109 -
CMYK 0 0.87 0.44 0.24
HSL 330º 0.77% 0.43% -
HSV(B) 330º 0.87% 0.76% -
XYZ 25.1 13.14 15.68 -
YUV 84.81 141.66 205.17 -
System Red Green Blue C M Y K H S L
Decimal 193 25 109 0 0.87 0.44 0.24 330 0.77 0.43
Hex C1 19 6D 0 57 2C 18 14A 4D 2B
Octal 301 31 155 0 127 54 30 512 115 53
Binary 11000001 11001 1101101 0 1010111 101100 11000 101001010 1001101 101011

Color Harmonies of #C1196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1196D

Black with #C1196D

Text Example


Text Example

White with #C1196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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