Html Css Color HEX #C6377D Medium Red Violet

📋 copy color: '#C6377D'

red 198 ◦ green 55 ◦ blue 125

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

Shades of Medium Red Violet #C6377D

Tints of Medium Red Violet #C6377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 52.38%
G = 14.55%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6377D (or 0xC6377D) is known color: Medium Red Violet. HEX triplet: C6, 37 and 7D. RGB value is (198,55,125). Sum of RGB (Red+Green+Blue) = 198+55+125=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6377D is #39C882. Grayscale: #696969. Windows color (decimal): -3786883 or 8206278. OLE color: 8206278.

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

Color convert

RGB 198 55 125 -
CMYK 0 0.72 0.37 0.22
HSL 330.63º 0.57% 0.5% -
HSV(B) 330.63º 0.72% 0.78% -
XYZ 28.36 16.22 21.04 -
YUV 105.74 138.88 193.81 -
System Red Green Blue C M Y K H S L
Decimal 198 55 125 0 0.72 0.37 0.22 330.63 0.57 0.5
Hex C6 37 7D 0 48 25 16 14B 39 32
Octal 306 67 175 0 110 45 26 513 71 62
Binary 11000110 110111 1111101 0 1001000 100101 10110 101001011 111001 110010

Color Harmonies of #C6377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6377D

Black with #C6377D

Text Example


Text Example

White with #C6377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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