Html Css Color HEX #C9329C Medium Red Violet

📋 copy color: '#C9329C'

red 201 ◦ green 50 ◦ blue 156

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

Shades of Medium Red Violet #C9329C

Tints of Medium Red Violet #C9329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.33%

R = 49.39%
G = 12.29%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9329C (or 0xC9329C) is known color: Medium Red Violet. HEX triplet: C9, 32 and 9C. RGB value is (201,50,156). Sum of RGB (Red+Green+Blue) = 201+50+156=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9329C is #36CD63. Grayscale: #6A6A6A. Windows color (decimal): -3591524 or 10236617. OLE color: 10236617.

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

Color convert

RGB 201 50 156 -
CMYK 0 0.75 0.22 0.21
HSL 317.88º 0.6% 0.49% -
HSV(B) 317.88º 0.75% 0.79% -
XYZ 31.23 17.1 33.11 -
YUV 107.23 155.53 194.88 -
System Red Green Blue C M Y K H S L
Decimal 201 50 156 0 0.75 0.22 0.21 317.88 0.6 0.49
Hex C9 32 9C 0 4B 16 15 13E 3C 31
Octal 311 62 234 0 113 26 25 476 74 61
Binary 11001001 110010 10011100 0 1001011 10110 10101 100111110 111100 110001

Color Harmonies of #C9329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9329C

Black with #C9329C

Text Example


Text Example

White with #C9329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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