Html Css Color HEX #C1088C Medium Violet Red

📋 copy color: '#C1088C'

red 193 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #C1088C

Tints of Medium Violet Red #C1088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 56.6%
G = 2.35%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1088C (or 0xC1088C) is known color: Medium Violet Red. HEX triplet: C1, 08 and 8C. RGB value is (193,8,140). Sum of RGB (Red+Green+Blue) = 193+8+140=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1088C is #3EF773. Grayscale: #4E4E4E. Windows color (decimal): -4126580 or 9177281. OLE color: 9177281.

HSL color Cylindrical-coordinate representation of color #C1088C: hue angle of 317.19º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1088C is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 8 140 -
CMYK 0 0.96 0.27 0.24
HSL 317.19º 0.92% 0.39% -
HSV(B) 317.19º 0.96% 0.76% -
XYZ 26.81 13.4 25.99 -
YUV 78.36 162.79 209.77 -
System Red Green Blue C M Y K H S L
Decimal 193 8 140 0 0.96 0.27 0.24 317.19 0.92 0.39
Hex C1 8 8C 0 60 1B 18 13D 5C 27
Octal 301 10 214 0 140 33 30 475 134 47
Binary 11000001 1000 10001100 0 1100000 11011 11000 100111101 1011100 100111

Color Harmonies of #C1088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1088C

Black with #C1088C

Text Example


Text Example

White with #C1088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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