Html Css Color HEX #C9388F Medium Red Violet

📋 copy color: '#C9388F'

red 201 ◦ green 56 ◦ blue 143

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

Shades of Medium Red Violet #C9388F

Tints of Medium Red Violet #C9388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.75%

R = 50.25%
G = 14%
B = 35.75%

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

#C9388F (or 0xC9388F) is known color: Medium Red Violet. HEX triplet: C9, 38 and 8F. RGB value is (201,56,143). Sum of RGB (Red+Green+Blue) = 201+56+143=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9388F is #36C770. Grayscale: #6D6D6D. Windows color (decimal): -3590001 or 9386185. OLE color: 9386185.

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

Color convert

RGB 201 56 143 -
CMYK 0 0.72 0.29 0.21
HSL 324º 0.57% 0.5% -
HSV(B) 324º 0.72% 0.79% -
XYZ 30.46 17.23 27.71 -
YUV 109.27 147.04 193.43 -
System Red Green Blue C M Y K H S L
Decimal 201 56 143 0 0.72 0.29 0.21 324 0.57 0.5
Hex C9 38 8F 0 48 1D 15 144 39 32
Octal 311 70 217 0 110 35 25 504 71 62
Binary 11001001 111000 10001111 0 1001000 11101 10101 101000100 111001 110010

Color Harmonies of #C9388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9388F

Black with #C9388F

Text Example


Text Example

White with #C9388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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