Html Css Color HEX #C7319C Medium Red Violet

📋 copy color: '#C7319C'

red 199 ◦ green 49 ◦ blue 156

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

Shades of Medium Red Violet #C7319C

Tints of Medium Red Violet #C7319C

RGB

 RED value IS 199 (78.13% from 255) = 49.26%

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

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

R = 49.26%
G = 12.13%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C7319C (or 0xC7319C) is known color: Medium Red Violet. HEX triplet: C7, 31 and 9C. RGB value is (199,49,156). Sum of RGB (Red+Green+Blue) = 199+49+156=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7319C is #38CE63. Grayscale: #696969. Windows color (decimal): -3722852 or 10236359. OLE color: 10236359.

HSL color Cylindrical-coordinate representation of color #C7319C: hue angle of 317.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7319C is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 156 -
CMYK 0 0.75 0.22 0.22
HSL 317.2º 0.6% 0.49% -
HSV(B) 317.2º 0.75% 0.78% -
XYZ 30.65 16.74 33.07 -
YUV 106.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 199 49 156 0 0.75 0.22 0.22 317.2 0.6 0.49
Hex C7 31 9C 0 4B 16 16 13D 3C 31
Octal 307 61 234 0 113 26 26 475 74 61
Binary 11000111 110001 10011100 0 1001011 10110 10110 100111101 111100 110001

Color Harmonies of #C7319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7319C

Black with #C7319C

Text Example


Text Example

White with #C7319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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