Html Css Color HEX #C1099D Medium Violet Red

📋 copy color: '#C1099D'

red 193 ◦ green 9 ◦ blue 157

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

Shades of Medium Violet Red #C1099D

Tints of Medium Violet Red #C1099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 53.76%
G = 2.51%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1099D (or 0xC1099D) is known color: Medium Violet Red. HEX triplet: C1, 09 and 9D. RGB value is (193,9,157). Sum of RGB (Red+Green+Blue) = 193+9+157=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C1099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1099D is #3EF662. Grayscale: #505050. Windows color (decimal): -4126307 or 10291649. OLE color: 10291649.

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

Color convert

RGB 193 9 157 -
CMYK 0 0.95 0.19 0.24
HSL 311.74º 0.91% 0.4% -
HSV(B) 311.74º 0.95% 0.76% -
XYZ 28.18 13.97 33.11 -
YUV 80.89 170.96 207.97 -
System Red Green Blue C M Y K H S L
Decimal 193 9 157 0 0.95 0.19 0.24 311.74 0.91 0.4
Hex C1 9 9D 0 5F 13 18 138 5B 28
Octal 301 11 235 0 137 23 30 470 133 50
Binary 11000001 1001 10011101 0 1011111 10011 11000 100111000 1011011 101000

Color Harmonies of #C1099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1099D

Black with #C1099D

Text Example


Text Example

White with #C1099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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