Html Css Color HEX #C1098B Medium Violet Red

📋 copy color: '#C1098B'

red 193 ◦ green 9 ◦ blue 139

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

Shades of Medium Violet Red #C1098B

Tints of Medium Violet Red #C1098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 56.6%
G = 2.64%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1098B (or 0xC1098B) is known color: Medium Violet Red. HEX triplet: C1, 09 and 8B. RGB value is (193,9,139). Sum of RGB (Red+Green+Blue) = 193+9+139=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1098B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1098B is #3EF674. Grayscale: #4E4E4E. Windows color (decimal): -4126325 or 9112001. OLE color: 9112001.

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

Color convert

RGB 193 9 139 -
CMYK 0 0.95 0.28 0.24
HSL 317.61º 0.91% 0.4% -
HSV(B) 317.61º 0.95% 0.76% -
XYZ 26.75 13.4 25.6 -
YUV 78.84 161.96 209.43 -
System Red Green Blue C M Y K H S L
Decimal 193 9 139 0 0.95 0.28 0.24 317.61 0.91 0.4
Hex C1 9 8B 0 5F 1C 18 13E 5B 28
Octal 301 11 213 0 137 34 30 476 133 50
Binary 11000001 1001 10001011 0 1011111 11100 11000 100111110 1011011 101000

Color Harmonies of #C1098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1098B

Black with #C1098B

Text Example


Text Example

White with #C1098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1098B; }

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

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

background-color css

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

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

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

border-color css

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

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

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