Html Css Color HEX #C9398C Medium Red Violet

📋 copy color: '#C9398C'

red 201 ◦ green 57 ◦ blue 140

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

Shades of Medium Red Violet #C9398C

Tints of Medium Red Violet #C9398C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.32%

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

R = 50.5%
G = 14.32%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9398C (or 0xC9398C) is known color: Medium Red Violet. HEX triplet: C9, 39 and 8C. RGB value is (201,57,140). Sum of RGB (Red+Green+Blue) = 201+57+140=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9398C is #36C673. Grayscale: #6D6D6D. Windows color (decimal): -3589748 or 9189833. OLE color: 9189833.

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

Color convert

RGB 201 57 140 -
CMYK 0 0.72 0.30 0.21
HSL 325.42º 0.57% 0.51% -
HSV(B) 325.42º 0.72% 0.79% -
XYZ 30.28 17.24 26.54 -
YUV 109.52 145.21 193.25 -
System Red Green Blue C M Y K H S L
Decimal 201 57 140 0 0.72 0.30 0.21 325.42 0.57 0.51
Hex C9 39 8C 0 48 1E 15 145 39 33
Octal 311 71 214 0 110 36 25 505 71 63
Binary 11001001 111001 10001100 0 1001000 11110 10101 101000101 111001 110011

Color Harmonies of #C9398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9398C

Black with #C9398C

Text Example


Text Example

White with #C9398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9398C; }

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

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

background-color css

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

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

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

border-color css

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

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

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