#C4368A

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

Shades of Medium Red Violet #C4368A

Tints of Medium Red Violet #C4368A

Color information

#C4368A (or 0xC4368A) is unknown color: approx Medium Red Violet. HEX triplet: C4, 36 and 8A. RGB value is (196,54,138). Sum of RGB (Red+Green+Blue) = 196+54+138=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4368A is #3BC975. Grayscale: #696969. Windows color (decimal): -3918198 or 9057988. OLE color: 9057988.

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

Color convert

RGB19654138-
CMYK00.720.300.23
HSL324.51º56.8%49.02%-
HSV(B)324.51º72.45%76.86%-
XYZ28.6716.2125.66-
YUV106.03146.04192.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.52%
GREEN value IS 54 (21.48% from 255) = 13.92%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=50.52%
G=13.92%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965413800.720.300.23324.5156.849.02
HexC4368A0481E171453931
Octal30466212011036275057161
Binary1100010011011010001010010010001111010111101000101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4368A; }

 p { color: rgb(196,54,138); }

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

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

 a { background-color: rgb(196,54,138); }

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

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

 span { border-color: rgb(196,54,138); }

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