Html Css Color HEX #C118A6 Medium Violet Red

📋 copy color: '#C118A6'

red 193 ◦ green 24 ◦ blue 166

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

Shades of Medium Violet Red #C118A6

Tints of Medium Violet Red #C118A6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.27%

 BLUE value IS 166 (65.23% from 255) = 43.34%

R = 50.39%
G = 6.27%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C118A6 (or 0xC118A6) is known color: Medium Violet Red. HEX triplet: C1, 18 and A6. RGB value is (193,24,166). Sum of RGB (Red+Green+Blue) = 193+24+166=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C118A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C118A6 is #3EE759. Grayscale: #5A5A5A. Windows color (decimal): -4122458 or 10885313. OLE color: 10885313.

HSL color Cylindrical-coordinate representation of color #C118A6: hue angle of 309.59º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C118A6 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 24 166 -
CMYK 0 0.88 0.14 0.24
HSL 309.59º 0.78% 0.43% -
HSV(B) 309.59º 0.88% 0.76% -
XYZ 29.2 14.74 37.38 -
YUV 90.72 170.49 200.95 -
System Red Green Blue C M Y K H S L
Decimal 193 24 166 0 0.88 0.14 0.24 309.59 0.78 0.43
Hex C1 18 A6 0 58 E 18 136 4E 2B
Octal 301 30 246 0 130 16 30 466 116 53
Binary 11000001 11000 10100110 0 1011000 1110 11000 100110110 1001110 101011

Color Harmonies of #C118A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C118A6

Black with #C118A6

Text Example


Text Example

White with #C118A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C118A6; }

 p { color: rgb(193,24,166); }

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

background-color css

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

 a { background-color: rgb(193,24,166); }

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

border-color css

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

 span { border-color: rgb(193,24,166); }

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