Html Css Color HEX #C9387C Medium Red Violet

📋 copy color: '#C9387C'

red 201 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #C9387C

Tints of Medium Red Violet #C9387C

RGB

 RED value IS 201 (78.91% from 255) = 52.76%

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

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

R = 52.76%
G = 14.7%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9387C (or 0xC9387C) is known color: Medium Red Violet. HEX triplet: C9, 38 and 7C. RGB value is (201,56,124). Sum of RGB (Red+Green+Blue) = 201+56+124=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9387C is #36C783. Grayscale: #6A6A6A. Windows color (decimal): -3590020 or 8141001. OLE color: 8141001.

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

Color convert

RGB 201 56 124 -
CMYK 0 0.72 0.38 0.21
HSL 331.86º 0.57% 0.5% -
HSV(B) 331.86º 0.72% 0.79% -
XYZ 29.14 16.7 20.76 -
YUV 107.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 201 56 124 0 0.72 0.38 0.21 331.86 0.57 0.5
Hex C9 38 7C 0 48 26 15 14C 39 32
Octal 311 70 174 0 110 46 25 514 71 62
Binary 11001001 111000 1111100 0 1001000 100110 10101 101001100 111001 110010

Color Harmonies of #C9387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9387C

Black with #C9387C

Text Example


Text Example

White with #C9387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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