Html Css Color HEX #C1168B Medium Violet Red

📋 copy color: '#C1168B'

red 193 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #C1168B

Tints of Medium Violet Red #C1168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.21%

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

R = 54.52%
G = 6.21%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1168B (or 0xC1168B) is known color: Medium Violet Red. HEX triplet: C1, 16 and 8B. RGB value is (193,22,139). Sum of RGB (Red+Green+Blue) = 193+22+139=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1168B is #3EE974. Grayscale: #565656. Windows color (decimal): -4122997 or 9115329. OLE color: 9115329.

HSL color Cylindrical-coordinate representation of color #C1168B: hue angle of 318.95º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1168B is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 22 139 -
CMYK 0 0.89 0.28 0.24
HSL 318.95º 0.8% 0.42% -
HSV(B) 318.95º 0.89% 0.76% -
XYZ 26.94 13.78 25.67 -
YUV 86.47 157.65 203.99 -
System Red Green Blue C M Y K H S L
Decimal 193 22 139 0 0.89 0.28 0.24 318.95 0.8 0.42
Hex C1 16 8B 0 59 1C 18 13F 50 2A
Octal 301 26 213 0 131 34 30 477 120 52
Binary 11000001 10110 10001011 0 1011001 11100 11000 100111111 1010000 101010

Color Harmonies of #C1168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1168B

Black with #C1168B

Text Example


Text Example

White with #C1168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1168B; }

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

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

background-color css

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

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

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

border-color css

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

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

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