Html Css Color HEX #C1097C Medium Violet Red

📋 copy color: '#C1097C'

red 193 ◦ green 9 ◦ blue 124

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

Shades of Medium Violet Red #C1097C

Tints of Medium Violet Red #C1097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 59.2%
G = 2.76%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1097C (or 0xC1097C) is known color: Medium Violet Red. HEX triplet: C1, 09 and 7C. RGB value is (193,9,124). Sum of RGB (Red+Green+Blue) = 193+9+124=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1097C is #3EF683. Grayscale: #4C4C4C. Windows color (decimal): -4126340 or 8128961. OLE color: 8128961.

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

Color convert

RGB 193 9 124 -
CMYK 0 0.95 0.36 0.24
HSL 322.5º 0.91% 0.4% -
HSV(B) 322.5º 0.95% 0.76% -
XYZ 25.73 12.99 20.22 -
YUV 77.13 154.46 210.65 -
System Red Green Blue C M Y K H S L
Decimal 193 9 124 0 0.95 0.36 0.24 322.5 0.91 0.4
Hex C1 9 7C 0 5F 24 18 142 5B 28
Octal 301 11 174 0 137 44 30 502 133 50
Binary 11000001 1001 1111100 0 1011111 100100 11000 101000010 1011011 101000

Color Harmonies of #C1097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1097C

Black with #C1097C

Text Example


Text Example

White with #C1097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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