Html Css Color HEX #C1096C Medium Violet Red

📋 copy color: '#C1096C'

red 193 ◦ green 9 ◦ blue 108

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

Shades of Medium Violet Red #C1096C

Tints of Medium Violet Red #C1096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 62.26%
G = 2.9%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1096C (or 0xC1096C) is known color: Medium Violet Red. HEX triplet: C1, 09 and 6C. RGB value is (193,9,108). Sum of RGB (Red+Green+Blue) = 193+9+108=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C1096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1096C is #3EF693. Grayscale: #4B4B4B. Windows color (decimal): -4126356 or 7080385. OLE color: 7080385.

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

Color convert

RGB 193 9 108 -
CMYK 0 0.95 0.44 0.24
HSL 327.72º 0.91% 0.4% -
HSV(B) 327.72º 0.95% 0.76% -
XYZ 24.8 12.62 15.32 -
YUV 75.3 146.46 211.95 -
System Red Green Blue C M Y K H S L
Decimal 193 9 108 0 0.95 0.44 0.24 327.72 0.91 0.4
Hex C1 9 6C 0 5F 2C 18 148 5B 28
Octal 301 11 154 0 137 54 30 510 133 50
Binary 11000001 1001 1101100 0 1011111 101100 11000 101001000 1011011 101000

Color Harmonies of #C1096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1096C

Black with #C1096C

Text Example


Text Example

White with #C1096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1096C; }

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

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

background-color css

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

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

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

border-color css

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

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

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