Html Css Color HEX #C9319C Medium Red Violet

📋 copy color: '#C9319C'

red 201 ◦ green 49 ◦ blue 156

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

Shades of Medium Red Violet #C9319C

Tints of Medium Red Violet #C9319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 49.51%
G = 12.07%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9319C (or 0xC9319C) is known color: Medium Red Violet. HEX triplet: C9, 31 and 9C. RGB value is (201,49,156). Sum of RGB (Red+Green+Blue) = 201+49+156=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9319C is #36CE63. Grayscale: #6A6A6A. Windows color (decimal): -3591780 or 10236361. OLE color: 10236361.

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

Color convert

RGB 201 49 156 -
CMYK 0 0.76 0.22 0.21
HSL 317.76º 0.61% 0.49% -
HSV(B) 317.76º 0.76% 0.79% -
XYZ 31.19 17.01 33.09 -
YUV 106.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 201 49 156 0 0.76 0.22 0.21 317.76 0.61 0.49
Hex C9 31 9C 0 4C 16 15 13E 3D 31
Octal 311 61 234 0 114 26 25 476 75 61
Binary 11001001 110001 10011100 0 1001100 10110 10101 100111110 111101 110001

Color Harmonies of #C9319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9319C

Black with #C9319C

Text Example


Text Example

White with #C9319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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