Html Css Color HEX #C6387C Medium Red Violet

📋 copy color: '#C6387C'

red 198 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #C6387C

Tints of Medium Red Violet #C6387C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 52.38%
G = 14.81%
B = 32.8%

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

#C6387C (or 0xC6387C) is known color: Medium Red Violet. HEX triplet: C6, 38 and 7C. RGB value is (198,56,124). Sum of RGB (Red+Green+Blue) = 198+56+124=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6387C is #39C783. Grayscale: #6A6A6A. Windows color (decimal): -3786628 or 8140998. OLE color: 8140998.

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

Color convert

RGB 198 56 124 -
CMYK 0 0.72 0.37 0.22
HSL 331.27º 0.56% 0.5% -
HSV(B) 331.27º 0.72% 0.78% -
XYZ 28.34 16.29 20.72 -
YUV 106.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 198 56 124 0 0.72 0.37 0.22 331.27 0.56 0.5
Hex C6 38 7C 0 48 25 16 14B 38 32
Octal 306 70 174 0 110 45 26 513 70 62
Binary 11000110 111000 1111100 0 1001000 100101 10110 101001011 111000 110010

Color Harmonies of #C6387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6387C

Black with #C6387C

Text Example


Text Example

White with #C6387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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