#c3167f

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

Shades of Medium Violet Red #C3167F

Tints of Medium Violet Red #C3167F

Color information

#C3167F (or 0xC3167F) is unknown color: approx Medium Violet Red. HEX triplet: C3, 16 and 7F. RGB value is (195,22,127). Sum of RGB (Red+Green+Blue) = 195+22+127=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C3167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3167F is #3CE980. Grayscale: #555555. Windows color (decimal): -3991937 or 8328899. OLE color: 8328899.

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

Color convert

RGB19522127-
CMYK00.890.350.24
HSL323.58º79.72%42.55%-
HSV(B)323.58º88.72%76.47%-
XYZ26.6213.7121.32-
YUV85.7151.31205.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.69%
GREEN value IS 22 (8.98% from 255) = 6.40%
BLUE value IS 127 (50% from 255) = 36.92%
R=56.69%
G=6.40%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952212700.890.350.24323.5879.7242.55
HexC3167F0592318144502b
Octal303261770131433050412053
Binary1100001110110111111101011001100011110001010001001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3167f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3167f; }

 p { color: rgb(195,22,127); }

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

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

 a { background-color: rgb(195,22,127); }

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

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

 span { border-color: rgb(195,22,127); }

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