Html Css Color HEX #C9369F Medium Red Violet

📋 copy color: '#C9369F'

red 201 ◦ green 54 ◦ blue 159

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

Shades of Medium Red Violet #C9369F

Tints of Medium Red Violet #C9369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.04%

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

R = 48.55%
G = 13.04%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9369F (or 0xC9369F) is known color: Medium Red Violet. HEX triplet: C9, 36 and 9F. RGB value is (201,54,159). Sum of RGB (Red+Green+Blue) = 201+54+159=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9369F is #36C960. Grayscale: #6D6D6D. Windows color (decimal): -3590497 or 10434249. OLE color: 10434249.

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

Color convert

RGB 201 54 159 -
CMYK 0 0.73 0.21 0.21
HSL 317.14º 0.58% 0.5% -
HSV(B) 317.14º 0.73% 0.79% -
XYZ 31.66 17.56 34.52 -
YUV 109.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 201 54 159 0 0.73 0.21 0.21 317.14 0.58 0.5
Hex C9 36 9F 0 49 15 15 13D 3A 32
Octal 311 66 237 0 111 25 25 475 72 62
Binary 11001001 110110 10011111 0 1001001 10101 10101 100111101 111010 110010

Color Harmonies of #C9369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9369F

Black with #C9369F

Text Example


Text Example

White with #C9369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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