Html Css Color HEX #C9398E Medium Red Violet

📋 copy color: '#C9398E'

red 201 ◦ green 57 ◦ blue 142

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

Shades of Medium Red Violet #C9398E

Tints of Medium Red Violet #C9398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 50.25%
G = 14.25%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9398E (or 0xC9398E) is known color: Medium Red Violet. HEX triplet: C9, 39 and 8E. RGB value is (201,57,142). Sum of RGB (Red+Green+Blue) = 201+57+142=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9398E is #36C671. Grayscale: #6D6D6D. Windows color (decimal): -3589746 or 9320905. OLE color: 9320905.

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

Color convert

RGB 201 57 142 -
CMYK 0 0.72 0.29 0.21
HSL 324.58º 0.57% 0.51% -
HSV(B) 324.58º 0.72% 0.79% -
XYZ 30.43 17.3 27.33 -
YUV 109.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 201 57 142 0 0.72 0.29 0.21 324.58 0.57 0.51
Hex C9 39 8E 0 48 1D 15 145 39 33
Octal 311 71 216 0 110 35 25 505 71 63
Binary 11001001 111001 10001110 0 1001000 11101 10101 101000101 111001 110011

Color Harmonies of #C9398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9398E

Black with #C9398E

Text Example


Text Example

White with #C9398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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