#C6397B

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

Shades of Medium Red Violet #C6397B

Tints of Medium Red Violet #C6397B

Color information

#C6397B (or 0xC6397B) is unknown color: approx Medium Red Violet. HEX triplet: C6, 39 and 7B. RGB value is (198,57,123). Sum of RGB (Red+Green+Blue) = 198+57+123=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6397B is #39C684. Grayscale: #6A6A6A. Windows color (decimal): -3786373 or 8075718. OLE color: 8075718.

HSL color Cylindrical-coordinate representation of color #C6397B: hue angle of 331.91º degrees, saturation: 0.55, 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 #C6397B is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB19857123-
CMYK00.710.380.22
HSL331.91º55.29%50%-
HSV(B)331.91º71.21%77.65%-
XYZ28.3316.3620.4-
YUV106.68137.21193.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.38%
GREEN value IS 57 (22.66% from 255) = 15.08%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=52.38%
G=15.08%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985712300.710.380.22331.9155.2950
HexC6397B047261614c3732
Octal30671173010746265146762
Binary1100011011100111110110100011110011010110101001100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6397B; }

 p { color: rgb(198,57,123); }

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

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

 a { background-color: rgb(198,57,123); }

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

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

 span { border-color: rgb(198,57,123); }

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