Html Css Color HEX #C1169A Medium Violet Red

📋 copy color: '#C1169A'

red 193 ◦ green 22 ◦ blue 154

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

Shades of Medium Violet Red #C1169A

Tints of Medium Violet Red #C1169A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.73%

R = 52.3%
G = 5.96%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1169A (or 0xC1169A) is known color: Medium Violet Red. HEX triplet: C1, 16 and 9A. RGB value is (193,22,154). Sum of RGB (Red+Green+Blue) = 193+22+154=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1169A is #3EE965. Grayscale: #575757. Windows color (decimal): -4122982 or 10098369. OLE color: 10098369.

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

Color convert

RGB 193 22 154 -
CMYK 0 0.89 0.20 0.24
HSL 313.68º 0.8% 0.42% -
HSV(B) 313.68º 0.89% 0.76% -
XYZ 28.11 14.24 31.84 -
YUV 88.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 193 22 154 0 0.89 0.20 0.24 313.68 0.8 0.42
Hex C1 16 9A 0 59 14 18 13A 50 2A
Octal 301 26 232 0 131 24 30 472 120 52
Binary 11000001 10110 10011010 0 1011001 10100 11000 100111010 1010000 101010

Color Harmonies of #C1169A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1169A

Black with #C1169A

Text Example


Text Example

White with #C1169A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1169A; }

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

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

background-color css

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

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

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

border-color css

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

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

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