Html Css Color HEX #C1098C Medium Violet Red

📋 copy color: '#C1098C'

red 193 ◦ green 9 ◦ blue 140

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

Shades of Medium Violet Red #C1098C

Tints of Medium Violet Red #C1098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 56.43%
G = 2.63%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1098C (or 0xC1098C) is known color: Medium Violet Red. HEX triplet: C1, 09 and 8C. RGB value is (193,9,140). Sum of RGB (Red+Green+Blue) = 193+9+140=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C1098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1098C is #3EF673. Grayscale: #4E4E4E. Windows color (decimal): -4126324 or 9177537. OLE color: 9177537.

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

Color convert

RGB 193 9 140 -
CMYK 0 0.95 0.27 0.24
HSL 317.28º 0.91% 0.4% -
HSV(B) 317.28º 0.95% 0.76% -
XYZ 26.82 13.43 25.99 -
YUV 78.95 162.46 209.35 -
System Red Green Blue C M Y K H S L
Decimal 193 9 140 0 0.95 0.27 0.24 317.28 0.91 0.4
Hex C1 9 8C 0 5F 1B 18 13D 5B 28
Octal 301 11 214 0 137 33 30 475 133 50
Binary 11000001 1001 10001100 0 1011111 11011 11000 100111101 1011011 101000

Color Harmonies of #C1098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1098C

Black with #C1098C

Text Example


Text Example

White with #C1098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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