Html Css Color HEX #C9318A Medium Red Violet

📋 copy color: '#C9318A'

red 201 ◦ green 49 ◦ blue 138

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

Shades of Medium Red Violet #C9318A

Tints of Medium Red Violet #C9318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 51.8%
G = 12.63%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9318A (or 0xC9318A) is known color: Medium Red Violet. HEX triplet: C9, 31 and 8A. RGB value is (201,49,138). Sum of RGB (Red+Green+Blue) = 201+49+138=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C9318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9318A is #36CE75. Grayscale: #686868. Windows color (decimal): -3591798 or 9056713. OLE color: 9056713.

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

Color convert

RGB 201 49 138 -
CMYK 0 0.76 0.31 0.21
HSL 324.87º 0.61% 0.49% -
HSV(B) 324.87º 0.76% 0.79% -
XYZ 29.77 16.45 25.65 -
YUV 104.59 146.86 196.76 -
System Red Green Blue C M Y K H S L
Decimal 201 49 138 0 0.76 0.31 0.21 324.87 0.61 0.49
Hex C9 31 8A 0 4C 1F 15 145 3D 31
Octal 311 61 212 0 114 37 25 505 75 61
Binary 11001001 110001 10001010 0 1001100 11111 10101 101000101 111101 110001

Color Harmonies of #C9318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9318A

Black with #C9318A

Text Example


Text Example

White with #C9318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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