Html Css Color HEX #C6397A Medium Red Violet

📋 copy color: '#C6397A'

red 198 ◦ green 57 ◦ blue 122

#C6397A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C6397A

Tints of Medium Red Violet #C6397A

RGB

 RED value IS 198 (77.73% from 255) = 52.52%

 GREEN value IS 57 (22.66% from 255) = 15.12%

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 52.52%
G = 15.12%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6397A (or 0xC6397A) is known color: Medium Red Violet. HEX triplet: C6, 39 and 7A. RGB value is (198,57,122). Sum of RGB (Red+Green+Blue) = 198+57+122=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6397A is #39C685. Grayscale: #6A6A6A. Windows color (decimal): -3786374 or 8010182. OLE color: 8010182.

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

Color convert

RGB 198 57 122 -
CMYK 0 0.71 0.38 0.22
HSL 332.34º 0.55% 0.5% -
HSV(B) 332.34º 0.71% 0.78% -
XYZ 28.26 16.34 20.08 -
YUV 106.57 136.71 193.21 -
System Red Green Blue C M Y K H S L
Decimal 198 57 122 0 0.71 0.38 0.22 332.34 0.55 0.5
Hex C6 39 7A 0 47 26 16 14C 37 32
Octal 306 71 172 0 107 46 26 514 67 62
Binary 11000110 111001 1111010 0 1000111 100110 10110 101001100 110111 110010

Color Harmonies of #C6397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6397A

Black with #C6397A

Text Example


Text Example

White with #C6397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6397A; }

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

 H1.HeaderClassName
 {
   color: #C6397A;
 }
 .AnyTagClassName
 {
   color: #C6397A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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