Html Css Color HEX #9C357F Medium Red Violet

📋 copy color: '#9C357F'

red 156 ◦ green 53 ◦ blue 127

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

Shades of Medium Red Violet #9C357F

Tints of Medium Red Violet #9C357F

RGB

 RED value IS 156 (61.33% from 255) = 46.43%

 GREEN value IS 53 (21.09% from 255) = 15.77%

 BLUE value IS 127 (50% from 255) = 37.8%

R = 46.43%
G = 15.77%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C357F (or 0x9C357F) is known color: Medium Red Violet. HEX triplet: 9C, 35 and 7F. RGB value is (156,53,127). Sum of RGB (Red+Green+Blue) = 156+53+127=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C357F is #63CA80. Grayscale: #5C5C5C. Windows color (decimal): -6539905 or 8336796. OLE color: 8336796.

HSL color Cylindrical-coordinate representation of color #9C357F: hue angle of 316.89º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C357F is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 53 127 -
CMYK 0 0.66 0.19 0.39
HSL 316.89º 0.49% 0.41% -
HSV(B) 316.89º 0.66% 0.61% -
XYZ 18.81 11.15 21.24 -
YUV 92.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 156 53 127 0 0.66 0.19 0.39 316.89 0.49 0.41
Hex 9C 35 7F 0 42 13 27 13D 31 29
Octal 234 65 177 0 102 23 47 475 61 51
Binary 10011100 110101 1111111 0 1000010 10011 100111 100111101 110001 101001

Color Harmonies of #9C357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C357F

Black with #9C357F

Text Example


Text Example

White with #9C357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C357F; }

 p { color: rgb(156,53,127); }

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

background-color css

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

 a { background-color: rgb(156,53,127); }

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

border-color css

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

 span { border-color: rgb(156,53,127); }

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