Html Css Color HEX #9C2F71 Rouge

📋 copy color: '#9C2F71'

red 156 ◦ green 47 ◦ blue 113

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

Shades of Rouge #9C2F71

Tints of Rouge #9C2F71

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 49.37%
G = 14.87%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C2F71 (or 0x9C2F71) is known color: Rouge. HEX triplet: 9C, 2F and 71. RGB value is (156,47,113). Sum of RGB (Red+Green+Blue) = 156+47+113=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2F71 is #63D08E. Grayscale: #565656. Windows color (decimal): -6541455 or 7417756. OLE color: 7417756.

HSL color Cylindrical-coordinate representation of color #9C2F71: hue angle of 323.67º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C2F71 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 47 113 -
CMYK 0 0.70 0.28 0.39
HSL 323.67º 0.54% 0.4% -
HSV(B) 323.67º 0.7% 0.61% -
XYZ 17.71 10.29 16.68 -
YUV 87.12 142.61 177.13 -
System Red Green Blue C M Y K H S L
Decimal 156 47 113 0 0.70 0.28 0.39 323.67 0.54 0.4
Hex 9C 2F 71 0 46 1C 27 144 36 28
Octal 234 57 161 0 106 34 47 504 66 50
Binary 10011100 101111 1110001 0 1000110 11100 100111 101000100 110110 101000

Color Harmonies of #9C2F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2F71

Black with #9C2F71

Text Example


Text Example

White with #9C2F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,47,113); }

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

background-color css

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

 a { background-color: rgb(156,47,113); }

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

border-color css

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

 span { border-color: rgb(156,47,113); }

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