#C7398C

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

Shades of Medium Red Violet #C7398C

Tints of Medium Red Violet #C7398C

Color information

#C7398C (or 0xC7398C) is unknown color: approx Medium Red Violet. HEX triplet: C7, 39 and 8C. RGB value is (199,57,140). Sum of RGB (Red+Green+Blue) = 199+57+140=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7398C is #38C673. Grayscale: #6C6C6C. Windows color (decimal): -3720820 or 9189831. OLE color: 9189831.

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

Color convert

RGB19957140-
CMYK00.710.300.22
HSL324.93º55.91%50.2%-
HSV(B)324.93º71.36%78.04%-
XYZ29.7516.9626.52-
YUV108.92145.54192.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.25%
GREEN value IS 57 (22.66% from 255) = 14.39%
BLUE value IS 140 (55.08% from 255) = 35.35%
R=50.25%
G=14.39%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995714000.710.300.22324.9355.9150.2
HexC7398C0471E161453832
Octal30771214010736265057062
Binary1100011111100110001100010001111111010110101000101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7398C; }

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

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

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

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

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

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

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

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