Html Css Color HEX #C9388A Medium Red Violet

📋 copy color: '#C9388A'

red 201 ◦ green 56 ◦ blue 138

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

Shades of Medium Red Violet #C9388A

Tints of Medium Red Violet #C9388A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 50.89%
G = 14.18%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9388A (or 0xC9388A) is known color: Medium Red Violet. HEX triplet: C9, 38 and 8A. RGB value is (201,56,138). Sum of RGB (Red+Green+Blue) = 201+56+138=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9388A is #36C775. Grayscale: #6C6C6C. Windows color (decimal): -3590006 or 9058505. OLE color: 9058505.

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

Color convert

RGB 201 56 138 -
CMYK 0 0.72 0.31 0.21
HSL 326.07º 0.57% 0.5% -
HSV(B) 326.07º 0.72% 0.79% -
XYZ 30.09 17.08 25.76 -
YUV 108.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 201 56 138 0 0.72 0.31 0.21 326.07 0.57 0.5
Hex C9 38 8A 0 48 1F 15 146 39 32
Octal 311 70 212 0 110 37 25 506 71 62
Binary 11001001 111000 10001010 0 1001000 11111 10101 101000110 111001 110010

Color Harmonies of #C9388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9388A

Black with #C9388A

Text Example


Text Example

White with #C9388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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