Html Css Color HEX #C9387A Medium Red Violet

📋 copy color: '#C9387A'

red 201 ◦ green 56 ◦ blue 122

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

Shades of Medium Red Violet #C9387A

Tints of Medium Red Violet #C9387A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.78%

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 53.03%
G = 14.78%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9387A (or 0xC9387A) is known color: Medium Red Violet. HEX triplet: C9, 38 and 7A. RGB value is (201,56,122). Sum of RGB (Red+Green+Blue) = 201+56+122=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9387A is #36C785. Grayscale: #6A6A6A. Windows color (decimal): -3590022 or 8009929. OLE color: 8009929.

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

Color convert

RGB 201 56 122 -
CMYK 0 0.72 0.39 0.21
HSL 332.69º 0.57% 0.5% -
HSV(B) 332.69º 0.72% 0.79% -
XYZ 29.01 16.65 20.1 -
YUV 106.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 201 56 122 0 0.72 0.39 0.21 332.69 0.57 0.5
Hex C9 38 7A 0 48 27 15 14D 39 32
Octal 311 70 172 0 110 47 25 515 71 62
Binary 11001001 111000 1111010 0 1001000 100111 10101 101001101 111001 110010

Color Harmonies of #C9387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9387A

Black with #C9387A

Text Example


Text Example

White with #C9387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9387A; }

 p { color: rgb(201,56,122); }

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

background-color css

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

 a { background-color: rgb(201,56,122); }

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

border-color css

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

 span { border-color: rgb(201,56,122); }

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