Html Css Color HEX #C1099B Medium Violet Red

📋 copy color: '#C1099B'

red 193 ◦ green 9 ◦ blue 155

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

Shades of Medium Violet Red #C1099B

Tints of Medium Violet Red #C1099B

RGB

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

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

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

R = 54.06%
G = 2.52%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1099B (or 0xC1099B) is known color: Medium Violet Red. HEX triplet: C1, 09 and 9B. RGB value is (193,9,155). Sum of RGB (Red+Green+Blue) = 193+9+155=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1099B is #3EF664. Grayscale: #505050. Windows color (decimal): -4126309 or 10160577. OLE color: 10160577.

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

Color convert

RGB 193 9 155 -
CMYK 0 0.95 0.20 0.24
HSL 312.39º 0.91% 0.4% -
HSV(B) 312.39º 0.95% 0.76% -
XYZ 28.01 13.9 32.22 -
YUV 80.66 169.96 208.13 -
System Red Green Blue C M Y K H S L
Decimal 193 9 155 0 0.95 0.20 0.24 312.39 0.91 0.4
Hex C1 9 9B 0 5F 14 18 138 5B 28
Octal 301 11 233 0 137 24 30 470 133 50
Binary 11000001 1001 10011011 0 1011111 10100 11000 100111000 1011011 101000

Color Harmonies of #C1099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1099B

Black with #C1099B

Text Example


Text Example

White with #C1099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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