#C4357A

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

Shades of Medium Red Violet #C4357A

Tints of Medium Red Violet #C4357A

Color information

#C4357A (or 0xC4357A) is unknown color: approx Medium Red Violet. HEX triplet: C4, 35 and 7A. RGB value is (196,53,122). Sum of RGB (Red+Green+Blue) = 196+53+122=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4357A is #3BCA85. Grayscale: #676767. Windows color (decimal): -3918470 or 8009156. OLE color: 8009156.

HSL color Cylindrical-coordinate representation of color #C4357A: hue angle of 331.05º 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 #C4357A is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19653122-
CMYK00.730.380.23
HSL331.05º57.43%48.82%-
HSV(B)331.05º72.96%76.86%-
XYZ27.5515.6919.99-
YUV103.62138.38193.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.83%
GREEN value IS 53 (21.09% from 255) = 14.29%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=52.83%
G=14.29%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965312200.730.380.23331.0557.4348.82
HexC4357A049261714b3931
Octal30465172011146275137161
Binary1100010011010111110100100100110011010111101001011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4357A; }

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

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

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

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

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

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

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

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