Html Css Color HEX #C9378B Medium Red Violet

📋 copy color: '#C9378B'

red 201 ◦ green 55 ◦ blue 139

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

Shades of Medium Red Violet #C9378B

Tints of Medium Red Violet #C9378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 50.89%
G = 13.92%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9378B (or 0xC9378B) is known color: Medium Red Violet. HEX triplet: C9, 37 and 8B. RGB value is (201,55,139). Sum of RGB (Red+Green+Blue) = 201+55+139=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9378B is #36C874. Grayscale: #6C6C6C. Windows color (decimal): -3590261 or 9123785. OLE color: 9123785.

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

Color convert

RGB 201 55 139 -
CMYK 0 0.73 0.31 0.21
HSL 325.48º 0.57% 0.5% -
HSV(B) 325.48º 0.73% 0.79% -
XYZ 30.11 17.01 26.12 -
YUV 108.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 201 55 139 0 0.73 0.31 0.21 325.48 0.57 0.5
Hex C9 37 8B 0 49 1F 15 145 39 32
Octal 311 67 213 0 111 37 25 505 71 62
Binary 11001001 110111 10001011 0 1001001 11111 10101 101000101 111001 110010

Color Harmonies of #C9378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9378B

Black with #C9378B

Text Example


Text Example

White with #C9378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9378B; }

 p { color: rgb(201,55,139); }

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

background-color css

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

 a { background-color: rgb(201,55,139); }

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

border-color css

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

 span { border-color: rgb(201,55,139); }

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