Html Css Color HEX #C6379A Medium Red Violet

📋 copy color: '#C6379A'

red 198 ◦ green 55 ◦ blue 154

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

Shades of Medium Red Violet #C6379A

Tints of Medium Red Violet #C6379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 48.65%
G = 13.51%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6379A (or 0xC6379A) is known color: Medium Red Violet. HEX triplet: C6, 37 and 9A. RGB value is (198,55,154). Sum of RGB (Red+Green+Blue) = 198+55+154=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6379A is #39C865. Grayscale: #6C6C6C. Windows color (decimal): -3786854 or 10106822. OLE color: 10106822.

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

Color convert

RGB 198 55 154 -
CMYK 0 0.72 0.22 0.22
HSL 318.46º 0.57% 0.5% -
HSV(B) 318.46º 0.72% 0.78% -
XYZ 30.49 17.07 32.26 -
YUV 109.04 153.38 191.45 -
System Red Green Blue C M Y K H S L
Decimal 198 55 154 0 0.72 0.22 0.22 318.46 0.57 0.5
Hex C6 37 9A 0 48 16 16 13E 39 32
Octal 306 67 232 0 110 26 26 476 71 62
Binary 11000110 110111 10011010 0 1001000 10110 10110 100111110 111001 110010

Color Harmonies of #C6379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6379A

Black with #C6379A

Text Example


Text Example

White with #C6379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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