Html Css Color HEX #C1096E Medium Violet Red

📋 copy color: '#C1096E'

red 193 ◦ green 9 ◦ blue 110

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

Shades of Medium Violet Red #C1096E

Tints of Medium Violet Red #C1096E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 61.86%
G = 2.88%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1096E (or 0xC1096E) is known color: Medium Violet Red. HEX triplet: C1, 09 and 6E. RGB value is (193,9,110). Sum of RGB (Red+Green+Blue) = 193+9+110=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C1096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1096E is #3EF691. Grayscale: #4B4B4B. Windows color (decimal): -4126354 or 7211457. OLE color: 7211457.

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

Color convert

RGB 193 9 110 -
CMYK 0 0.95 0.43 0.24
HSL 327.07º 0.91% 0.4% -
HSV(B) 327.07º 0.95% 0.76% -
XYZ 24.9 12.66 15.88 -
YUV 75.53 147.46 211.79 -
System Red Green Blue C M Y K H S L
Decimal 193 9 110 0 0.95 0.43 0.24 327.07 0.91 0.4
Hex C1 9 6E 0 5F 2B 18 147 5B 28
Octal 301 11 156 0 137 53 30 507 133 50
Binary 11000001 1001 1101110 0 1011111 101011 11000 101000111 1011011 101000

Color Harmonies of #C1096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1096E

Black with #C1096E

Text Example


Text Example

White with #C1096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1096E; }

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

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

background-color css

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

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

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

border-color css

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

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

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