#C3196B

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

Shades of Medium Violet Red #C3196B

Tints of Medium Violet Red #C3196B

Color information

#C3196B (or 0xC3196B) is unknown color: approx Medium Violet Red. HEX triplet: C3, 19 and 6B. RGB value is (195,25,107). Sum of RGB (Red+Green+Blue) = 195+25+107=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3196B is #3CE694. Grayscale: #555555. Windows color (decimal): -3991189 or 7018947. OLE color: 7018947.

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

Color convert

RGB19525107-
CMYK00.870.450.24
HSL331.06º77.27%43.14%-
HSV(B)331.06º87.18%76.47%-
XYZ25.5113.3615.14-
YUV85.18140.32206.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.63%
GREEN value IS 25 (10.16% from 255) = 7.65%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=59.63%
G=7.65%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952510700.870.450.24331.0677.2743.14
HexC3196B0572D1814b4d2b
Octal303311530127553051311553
Binary1100001111001110101101010111101101110001010010111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3196B; }

 p { color: rgb(195,25,107); }

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

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

 a { background-color: rgb(195,25,107); }

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

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

 span { border-color: rgb(195,25,107); }

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