Html Css Color HEX #C1089B Medium Violet Red

📋 copy color: '#C1089B'

red 193 ◦ green 8 ◦ blue 155

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

Shades of Medium Violet Red #C1089B

Tints of Medium Violet Red #C1089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.54%

R = 54.21%
G = 2.25%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1089B (or 0xC1089B) is known color: Medium Violet Red. HEX triplet: C1, 08 and 9B. RGB value is (193,8,155). Sum of RGB (Red+Green+Blue) = 193+8+155=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1089B is #3EF764. Grayscale: #4F4F4F. Windows color (decimal): -4126565 or 10160321. OLE color: 10160321.

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

Color convert

RGB 193 8 155 -
CMYK 0 0.96 0.20 0.24
HSL 312.32º 0.92% 0.39% -
HSV(B) 312.32º 0.96% 0.76% -
XYZ 28 13.88 32.21 -
YUV 80.07 170.29 208.55 -
System Red Green Blue C M Y K H S L
Decimal 193 8 155 0 0.96 0.20 0.24 312.32 0.92 0.39
Hex C1 8 9B 0 60 14 18 138 5C 27
Octal 301 10 233 0 140 24 30 470 134 47
Binary 11000001 1000 10011011 0 1100000 10100 11000 100111000 1011100 100111

Color Harmonies of #C1089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1089B

Black with #C1089B

Text Example


Text Example

White with #C1089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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