#C43575

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

Shades of Medium Red Violet #C43575

Tints of Medium Red Violet #C43575

Color information

#C43575 (or 0xC43575) is unknown color: approx Medium Red Violet. HEX triplet: C4, 35 and 75. RGB value is (196,53,117). Sum of RGB (Red+Green+Blue) = 196+53+117=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C43575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43575 is #3BCA8A. Grayscale: #666666. Windows color (decimal): -3918475 or 7681476. OLE color: 7681476.

HSL color Cylindrical-coordinate representation of color #C43575: hue angle of 333.15º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43575 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB19653117-
CMYK00.730.400.23
HSL333.15º57.43%48.82%-
HSV(B)333.15º72.96%76.86%-
XYZ27.2515.5718.4-
YUV103.05135.88194.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.55%
GREEN value IS 53 (21.09% from 255) = 14.48%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=53.55%
G=14.48%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965311700.730.400.23333.1557.4348.82
HexC43575049281714d3931
Octal30465165011150275157161
Binary1100010011010111101010100100110100010111101001101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43575; }

 p { color: rgb(196,53,117); }

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

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

 a { background-color: rgb(196,53,117); }

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

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

 span { border-color: rgb(196,53,117); }

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