#C7368C

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

Shades of Medium Red Violet #C7368C

Tints of Medium Red Violet #C7368C

Color information

#C7368C (or 0xC7368C) is unknown color: approx Medium Red Violet. HEX triplet: C7, 36 and 8C. RGB value is (199,54,140). Sum of RGB (Red+Green+Blue) = 199+54+140=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7368C is #38C973. Grayscale: #6A6A6A. Windows color (decimal): -3721588 or 9189063. OLE color: 9189063.

HSL color Cylindrical-coordinate representation of color #C7368C: hue angle of 324.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7368C is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB19954140-
CMYK00.730.300.22
HSL324.41º57.31%49.61%-
HSV(B)324.41º72.86%78.04%-
XYZ29.6116.6726.47-
YUV107.16146.54193.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.64%
GREEN value IS 54 (21.48% from 255) = 13.74%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=50.64%
G=13.74%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995414000.730.300.22324.4157.3149.61
HexC7368C0491E161443932
Octal30766214011136265047162
Binary1100011111011010001100010010011111010110101000100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7368C; }

 p { color: rgb(199,54,140); }

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

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

 a { background-color: rgb(199,54,140); }

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

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

 span { border-color: rgb(199,54,140); }

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