Html Css Color HEX #C9329B Medium Red Violet

📋 copy color: '#C9329B'

red 201 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #C9329B

Tints of Medium Red Violet #C9329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.32%

 BLUE value IS 155 (60.94% from 255) = 38.18%

R = 49.51%
G = 12.32%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9329B (or 0xC9329B) is known color: Medium Red Violet. HEX triplet: C9, 32 and 9B. RGB value is (201,50,155). Sum of RGB (Red+Green+Blue) = 201+50+155=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9329B is #36CD64. Grayscale: #6A6A6A. Windows color (decimal): -3591525 or 10171081. OLE color: 10171081.

HSL color Cylindrical-coordinate representation of color #C9329B: hue angle of 318.28º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9329B is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 155 -
CMYK 0 0.75 0.23 0.21
HSL 318.28º 0.6% 0.49% -
HSV(B) 318.28º 0.75% 0.79% -
XYZ 31.14 17.07 32.66 -
YUV 107.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 201 50 155 0 0.75 0.23 0.21 318.28 0.6 0.49
Hex C9 32 9B 0 4B 17 15 13E 3C 31
Octal 311 62 233 0 113 27 25 476 74 61
Binary 11001001 110010 10011011 0 1001011 10111 10101 100111110 111100 110001

Color Harmonies of #C9329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9329B

Black with #C9329B

Text Example


Text Example

White with #C9329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9329B; }

 p { color: rgb(201,50,155); }

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

background-color css

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

 a { background-color: rgb(201,50,155); }

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

border-color css

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

 span { border-color: rgb(201,50,155); }

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