#C4168B

Color #C4168B Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C4168B

Tints of Medium Violet Red #C4168B

Color information

#C4168B (or 0xC4168B) is unknown color: approx Medium Violet Red. HEX triplet: C4, 16 and 8B. RGB value is (196,22,139). Sum of RGB (Red+Green+Blue) = 196+22+139=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4168B is #3BE974. Grayscale: #575757. Windows color (decimal): -3926389 or 9115332. OLE color: 9115332.

HSL color Cylindrical-coordinate representation of color #C4168B: hue angle of 319.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4168B is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB19622139-
CMYK00.890.290.23
HSL319.66º79.82%42.75%-
HSV(B)319.66º88.78%76.86%-
XYZ27.7114.1725.7-
YUV87.36157.15205.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.90%
GREEN value IS 22 (8.98% from 255) = 6.16%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=54.90%
G=6.16%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962213900.890.290.23319.6679.8242.75
HexC4168B0591D17140502b
Octal304262130131352750012053
Binary1100010010110100010110101100111101101111010000001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4168B; }

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

 H1.HeaderClassName
 {
   color: #C4168B;
 }
 .AnyTagClassName
 {
   color: #C4168B;
 }
</style>
background-color css

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

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

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

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

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

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