Html Css Color HEX #C1089A Medium Violet Red

📋 copy color: '#C1089A'

red 193 ◦ green 8 ◦ blue 154

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

Shades of Medium Violet Red #C1089A

Tints of Medium Violet Red #C1089A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.38%

R = 54.37%
G = 2.25%
B = 43.38%

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

#C1089A (or 0xC1089A) is known color: Medium Violet Red. HEX triplet: C1, 08 and 9A. RGB value is (193,8,154). Sum of RGB (Red+Green+Blue) = 193+8+154=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1089A is #3EF765. Grayscale: #4F4F4F. Windows color (decimal): -4126566 or 10094785. OLE color: 10094785.

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

Color convert

RGB 193 8 154 -
CMYK 0 0.96 0.20 0.24
HSL 312.65º 0.92% 0.39% -
HSV(B) 312.65º 0.96% 0.76% -
XYZ 27.91 13.84 31.77 -
YUV 79.96 169.79 208.63 -
System Red Green Blue C M Y K H S L
Decimal 193 8 154 0 0.96 0.20 0.24 312.65 0.92 0.39
Hex C1 8 9A 0 60 14 18 139 5C 27
Octal 301 10 232 0 140 24 30 471 134 47
Binary 11000001 1000 10011010 0 1100000 10100 11000 100111001 1011100 100111

Color Harmonies of #C1089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1089A

Black with #C1089A

Text Example


Text Example

White with #C1089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1089A; }

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

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

background-color css

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

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

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

border-color css

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

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

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