Html Css Color HEX #C7319A Medium Red Violet

📋 copy color: '#C7319A'

red 199 ◦ green 49 ◦ blue 154

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

Shades of Medium Red Violet #C7319A

Tints of Medium Red Violet #C7319A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.31%

R = 49.5%
G = 12.19%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C7319A (or 0xC7319A) is known color: Medium Red Violet. HEX triplet: C7, 31 and 9A. RGB value is (199,49,154). Sum of RGB (Red+Green+Blue) = 199+49+154=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7319A is #38CE65. Grayscale: #696969. Windows color (decimal): -3722854 or 10105287. OLE color: 10105287.

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

Color convert

RGB 199 49 154 -
CMYK 0 0.75 0.23 0.22
HSL 318º 0.6% 0.49% -
HSV(B) 318º 0.75% 0.78% -
XYZ 30.48 16.67 32.18 -
YUV 105.82 155.2 194.46 -
System Red Green Blue C M Y K H S L
Decimal 199 49 154 0 0.75 0.23 0.22 318 0.6 0.49
Hex C7 31 9A 0 4B 17 16 13E 3C 31
Octal 307 61 232 0 113 27 26 476 74 61
Binary 11000111 110001 10011010 0 1001011 10111 10110 100111110 111100 110001

Color Harmonies of #C7319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7319A

Black with #C7319A

Text Example


Text Example

White with #C7319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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