#C3167A

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

Shades of Medium Violet Red #C3167A

Tints of Medium Violet Red #C3167A

Color information

#C3167A (or 0xC3167A) is unknown color: approx Medium Violet Red. HEX triplet: C3, 16 and 7A. RGB value is (195,22,122). Sum of RGB (Red+Green+Blue) = 195+22+122=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3167A is #3CE985. Grayscale: #545454. Windows color (decimal): -3991942 or 8001219. OLE color: 8001219.

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

Color convert

RGB19522122-
CMYK00.890.370.24
HSL325.32º79.72%42.55%-
HSV(B)325.32º88.72%76.47%-
XYZ26.3113.5819.65-
YUV85.13148.81206.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.52%
GREEN value IS 22 (8.98% from 255) = 6.49%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=57.52%
G=6.49%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952212200.890.370.24325.3279.7242.55
HexC3167A0592518145502b
Octal303261720131453050512053
Binary1100001110110111101001011001100101110001010001011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3167A; }

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

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

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

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

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

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

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

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