Html Css Color HEX #C9398D Medium Red Violet

📋 copy color: '#C9398D'

red 201 ◦ green 57 ◦ blue 141

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

Shades of Medium Red Violet #C9398D

Tints of Medium Red Violet #C9398D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 50.38%
G = 14.29%
B = 35.34%

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

#C9398D (or 0xC9398D) is known color: Medium Red Violet. HEX triplet: C9, 39 and 8D. RGB value is (201,57,141). Sum of RGB (Red+Green+Blue) = 201+57+141=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9398D is #36C672. Grayscale: #6D6D6D. Windows color (decimal): -3589747 or 9255369. OLE color: 9255369.

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

Color convert

RGB 201 57 141 -
CMYK 0 0.72 0.30 0.21
HSL 325º 0.57% 0.51% -
HSV(B) 325º 0.72% 0.79% -
XYZ 30.36 17.27 26.93 -
YUV 109.63 145.71 193.17 -
System Red Green Blue C M Y K H S L
Decimal 201 57 141 0 0.72 0.30 0.21 325 0.57 0.51
Hex C9 39 8D 0 48 1E 15 145 39 33
Octal 311 71 215 0 110 36 25 505 71 63
Binary 11001001 111001 10001101 0 1001000 11110 10101 101000101 111001 110011

Color Harmonies of #C9398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9398D

Black with #C9398D

Text Example


Text Example

White with #C9398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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