Html Css Color HEX #C1169D Medium Violet Red

📋 copy color: '#C1169D'

red 193 ◦ green 22 ◦ blue 157

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

Shades of Medium Violet Red #C1169D

Tints of Medium Violet Red #C1169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.91%

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 51.88%
G = 5.91%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1169D (or 0xC1169D) is known color: Medium Violet Red. HEX triplet: C1, 16 and 9D. RGB value is (193,22,157). Sum of RGB (Red+Green+Blue) = 193+22+157=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1169D is #3EE962. Grayscale: #585858. Windows color (decimal): -4122979 or 10294977. OLE color: 10294977.

HSL color Cylindrical-coordinate representation of color #C1169D: hue angle of 312.63º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1169D is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 22 157 -
CMYK 0 0.89 0.19 0.24
HSL 312.63º 0.8% 0.42% -
HSV(B) 312.63º 0.89% 0.76% -
XYZ 28.37 14.35 33.17 -
YUV 88.52 166.65 202.52 -
System Red Green Blue C M Y K H S L
Decimal 193 22 157 0 0.89 0.19 0.24 312.63 0.8 0.42
Hex C1 16 9D 0 59 13 18 139 50 2A
Octal 301 26 235 0 131 23 30 471 120 52
Binary 11000001 10110 10011101 0 1011001 10011 11000 100111001 1010000 101010

Color Harmonies of #C1169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1169D

Black with #C1169D

Text Example


Text Example

White with #C1169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1169D; }

 p { color: rgb(193,22,157); }

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

background-color css

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

 a { background-color: rgb(193,22,157); }

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

border-color css

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

 span { border-color: rgb(193,22,157); }

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