Html Css Color HEX #C6387D Medium Red Violet

📋 copy color: '#C6387D'

red 198 ◦ green 56 ◦ blue 125

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

Shades of Medium Red Violet #C6387D

Tints of Medium Red Violet #C6387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.78%

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

R = 52.24%
G = 14.78%
B = 32.98%

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

#C6387D (or 0xC6387D) is known color: Medium Red Violet. HEX triplet: C6, 38 and 7D. RGB value is (198,56,125). Sum of RGB (Red+Green+Blue) = 198+56+125=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6387D is #39C782. Grayscale: #6A6A6A. Windows color (decimal): -3786627 or 8206534. OLE color: 8206534.

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

Color convert

RGB 198 56 125 -
CMYK 0 0.72 0.37 0.22
HSL 330.85º 0.56% 0.5% -
HSV(B) 330.85º 0.72% 0.78% -
XYZ 28.4 16.31 21.05 -
YUV 106.32 138.54 193.39 -
System Red Green Blue C M Y K H S L
Decimal 198 56 125 0 0.72 0.37 0.22 330.85 0.56 0.5
Hex C6 38 7D 0 48 25 16 14B 38 32
Octal 306 70 175 0 110 45 26 513 70 62
Binary 11000110 111000 1111101 0 1001000 100101 10110 101001011 111000 110010

Color Harmonies of #C6387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6387D

Black with #C6387D

Text Example


Text Example

White with #C6387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6387D; }

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

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

background-color css

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

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

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

border-color css

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

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

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