Html Css Color HEX #C9378C Medium Red Violet

📋 copy color: '#C9378C'

red 201 ◦ green 55 ◦ blue 140

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

Shades of Medium Red Violet #C9378C

Tints of Medium Red Violet #C9378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 50.76%
G = 13.89%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9378C (or 0xC9378C) is known color: Medium Red Violet. HEX triplet: C9, 37 and 8C. RGB value is (201,55,140). Sum of RGB (Red+Green+Blue) = 201+55+140=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9378C is #36C873. Grayscale: #6C6C6C. Windows color (decimal): -3590260 or 9189321. OLE color: 9189321.

HSL color Cylindrical-coordinate representation of color #C9378C: hue angle of 325.07º 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 #C9378C is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 55 140 -
CMYK 0 0.73 0.30 0.21
HSL 325.07º 0.57% 0.5% -
HSV(B) 325.07º 0.73% 0.79% -
XYZ 30.19 17.04 26.51 -
YUV 108.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 201 55 140 0 0.73 0.30 0.21 325.07 0.57 0.5
Hex C9 37 8C 0 49 1E 15 145 39 32
Octal 311 67 214 0 111 36 25 505 71 62
Binary 11001001 110111 10001100 0 1001001 11110 10101 101000101 111001 110010

Color Harmonies of #C9378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9378C

Black with #C9378C

Text Example


Text Example

White with #C9378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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