Html Css Color HEX #C9318C Medium Red Violet

📋 copy color: '#C9318C'

red 201 ◦ green 49 ◦ blue 140

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

Shades of Medium Red Violet #C9318C

Tints of Medium Red Violet #C9318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.56%

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 51.54%
G = 12.56%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9318C (or 0xC9318C) is known color: Medium Red Violet. HEX triplet: C9, 31 and 8C. RGB value is (201,49,140). Sum of RGB (Red+Green+Blue) = 201+49+140=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9318C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9318C is #36CE73. Grayscale: #686868. Windows color (decimal): -3591796 or 9187785. OLE color: 9187785.

HSL color Cylindrical-coordinate representation of color #C9318C: hue angle of 324.08º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9318C is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 49 140 -
CMYK 0 0.76 0.30 0.21
HSL 324.08º 0.61% 0.49% -
HSV(B) 324.08º 0.76% 0.79% -
XYZ 29.92 16.51 26.42 -
YUV 104.82 147.86 196.6 -
System Red Green Blue C M Y K H S L
Decimal 201 49 140 0 0.76 0.30 0.21 324.08 0.61 0.49
Hex C9 31 8C 0 4C 1E 15 144 3D 31
Octal 311 61 214 0 114 36 25 504 75 61
Binary 11001001 110001 10001100 0 1001100 11110 10101 101000100 111101 110001

Color Harmonies of #C9318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9318C

Black with #C9318C

Text Example


Text Example

White with #C9318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9318C; }

 p { color: rgb(201,49,140); }

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

background-color css

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

 a { background-color: rgb(201,49,140); }

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

border-color css

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

 span { border-color: rgb(201,49,140); }

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