Html Css Color HEX #C1169C Medium Violet Red

📋 copy color: '#C1169C'

red 193 ◦ green 22 ◦ blue 156

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

Shades of Medium Violet Red #C1169C

Tints of Medium Violet Red #C1169C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 52.02%
G = 5.93%
B = 42.05%

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

#C1169C (or 0xC1169C) is known color: Medium Violet Red. HEX triplet: C1, 16 and 9C. RGB value is (193,22,156). Sum of RGB (Red+Green+Blue) = 193+22+156=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1169C is #3EE963. Grayscale: #585858. Windows color (decimal): -4122980 or 10229441. OLE color: 10229441.

HSL color Cylindrical-coordinate representation of color #C1169C: hue angle of 312.98º 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 #C1169C is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 22 156 -
CMYK 0 0.89 0.19 0.24
HSL 312.98º 0.8% 0.42% -
HSV(B) 312.98º 0.89% 0.76% -
XYZ 28.28 14.31 32.72 -
YUV 88.41 166.15 202.6 -
System Red Green Blue C M Y K H S L
Decimal 193 22 156 0 0.89 0.19 0.24 312.98 0.8 0.42
Hex C1 16 9C 0 59 13 18 139 50 2A
Octal 301 26 234 0 131 23 30 471 120 52
Binary 11000001 10110 10011100 0 1011001 10011 11000 100111001 1010000 101010

Color Harmonies of #C1169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1169C

Black with #C1169C

Text Example


Text Example

White with #C1169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1169C; }

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

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

background-color css

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

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

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

border-color css

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

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

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