Html Css Color HEX #C6379D Medium Red Violet

📋 copy color: '#C6379D'

red 198 ◦ green 55 ◦ blue 157

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

Shades of Medium Red Violet #C6379D

Tints of Medium Red Violet #C6379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.41%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 48.29%
G = 13.41%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6379D (or 0xC6379D) is known color: Medium Red Violet. HEX triplet: C6, 37 and 9D. RGB value is (198,55,157). Sum of RGB (Red+Green+Blue) = 198+55+157=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6379D is #39C862. Grayscale: #6D6D6D. Windows color (decimal): -3786851 or 10303430. OLE color: 10303430.

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

Color convert

RGB 198 55 157 -
CMYK 0 0.72 0.21 0.22
HSL 317.2º 0.57% 0.5% -
HSV(B) 317.2º 0.72% 0.78% -
XYZ 30.74 17.17 33.59 -
YUV 109.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 198 55 157 0 0.72 0.21 0.22 317.2 0.57 0.5
Hex C6 37 9D 0 48 15 16 13D 39 32
Octal 306 67 235 0 110 25 26 475 71 62
Binary 11000110 110111 10011101 0 1001000 10101 10110 100111101 111001 110010

Color Harmonies of #C6379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6379D

Black with #C6379D

Text Example


Text Example

White with #C6379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6379D; }

 p { color: rgb(198,55,157); }

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

background-color css

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

 a { background-color: rgb(198,55,157); }

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

border-color css

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

 span { border-color: rgb(198,55,157); }

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