Html Css Color HEX #C9349F Medium Red Violet

📋 copy color: '#C9349F'

red 201 ◦ green 52 ◦ blue 159

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

Shades of Medium Red Violet #C9349F

Tints of Medium Red Violet #C9349F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.59%

R = 48.79%
G = 12.62%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9349F (or 0xC9349F) is known color: Medium Red Violet. HEX triplet: C9, 34 and 9F. RGB value is (201,52,159). Sum of RGB (Red+Green+Blue) = 201+52+159=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9349F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9349F is #36CB60. Grayscale: #6C6C6C. Windows color (decimal): -3591009 or 10433737. OLE color: 10433737.

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

Color convert

RGB 201 52 159 -
CMYK 0 0.74 0.21 0.21
HSL 316.91º 0.59% 0.5% -
HSV(B) 316.91º 0.74% 0.79% -
XYZ 31.57 17.38 34.49 -
YUV 108.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 201 52 159 0 0.74 0.21 0.21 316.91 0.59 0.5
Hex C9 34 9F 0 4A 15 15 13D 3B 32
Octal 311 64 237 0 112 25 25 475 73 62
Binary 11001001 110100 10011111 0 1001010 10101 10101 100111101 111011 110010

Color Harmonies of #C9349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9349F

Black with #C9349F

Text Example


Text Example

White with #C9349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9349F; }

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

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

background-color css

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

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

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

border-color css

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

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

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