Html Css Color HEX #C9349D Medium Red Violet

📋 copy color: '#C9349D'

red 201 ◦ green 52 ◦ blue 157

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

Shades of Medium Red Violet #C9349D

Tints of Medium Red Violet #C9349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.68%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 49.02%
G = 12.68%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9349D (or 0xC9349D) is known color: Medium Red Violet. HEX triplet: C9, 34 and 9D. RGB value is (201,52,157). Sum of RGB (Red+Green+Blue) = 201+52+157=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9349D is #36CB62. Grayscale: #6C6C6C. Windows color (decimal): -3591011 or 10302665. OLE color: 10302665.

HSL color Cylindrical-coordinate representation of color #C9349D: hue angle of 317.72º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9349D is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 52 157 -
CMYK 0 0.74 0.22 0.21
HSL 317.72º 0.59% 0.5% -
HSV(B) 317.72º 0.74% 0.79% -
XYZ 31.4 17.31 33.58 -
YUV 108.52 155.36 193.96 -
System Red Green Blue C M Y K H S L
Decimal 201 52 157 0 0.74 0.22 0.21 317.72 0.59 0.5
Hex C9 34 9D 0 4A 16 15 13E 3B 32
Octal 311 64 235 0 112 26 25 476 73 62
Binary 11001001 110100 10011101 0 1001010 10110 10101 100111110 111011 110010

Color Harmonies of #C9349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9349D

Black with #C9349D

Text Example


Text Example

White with #C9349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9349D; }

 p { color: rgb(201,52,157); }

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

background-color css

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

 a { background-color: rgb(201,52,157); }

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

border-color css

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

 span { border-color: rgb(201,52,157); }

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