Html Css Color HEX #C9328F Medium Red Violet

📋 copy color: '#C9328F'

red 201 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #C9328F

Tints of Medium Red Violet #C9328F

RGB

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

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

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

R = 51.02%
G = 12.69%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9328F (or 0xC9328F) is known color: Medium Red Violet. HEX triplet: C9, 32 and 8F. RGB value is (201,50,143). Sum of RGB (Red+Green+Blue) = 201+50+143=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9328F is #36CD70. Grayscale: #696969. Windows color (decimal): -3591537 or 9384649. OLE color: 9384649.

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

Color convert

RGB 201 50 143 -
CMYK 0 0.75 0.29 0.21
HSL 323.05º 0.6% 0.49% -
HSV(B) 323.05º 0.75% 0.79% -
XYZ 30.19 16.68 27.62 -
YUV 105.75 149.03 195.94 -
System Red Green Blue C M Y K H S L
Decimal 201 50 143 0 0.75 0.29 0.21 323.05 0.6 0.49
Hex C9 32 8F 0 4B 1D 15 143 3C 31
Octal 311 62 217 0 113 35 25 503 74 61
Binary 11001001 110010 10001111 0 1001011 11101 10101 101000011 111100 110001

Color Harmonies of #C9328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9328F

Black with #C9328F

Text Example


Text Example

White with #C9328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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