Html Css Color HEX #C7319F Medium Red Violet

📋 copy color: '#C7319F'

red 199 ◦ green 49 ◦ blue 159

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

Shades of Medium Red Violet #C7319F

Tints of Medium Red Violet #C7319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 48.89%
G = 12.04%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C7319F (or 0xC7319F) is known color: Medium Red Violet. HEX triplet: C7, 31 and 9F. RGB value is (199,49,159). Sum of RGB (Red+Green+Blue) = 199+49+159=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7319F is #38CE60. Grayscale: #6A6A6A. Windows color (decimal): -3722849 or 10432967. OLE color: 10432967.

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

Color convert

RGB 199 49 159 -
CMYK 0 0.75 0.20 0.22
HSL 316º 0.6% 0.49% -
HSV(B) 316º 0.75% 0.78% -
XYZ 30.91 16.84 34.42 -
YUV 106.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 199 49 159 0 0.75 0.20 0.22 316 0.6 0.49
Hex C7 31 9F 0 4B 14 16 13C 3C 31
Octal 307 61 237 0 113 24 26 474 74 61
Binary 11000111 110001 10011111 0 1001011 10100 10110 100111100 111100 110001

Color Harmonies of #C7319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7319F

Black with #C7319F

Text Example


Text Example

White with #C7319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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