Html Css Color HEX #C7319B Medium Red Violet

📋 copy color: '#C7319B'

red 199 ◦ green 49 ◦ blue 155

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

Shades of Medium Red Violet #C7319B

Tints of Medium Red Violet #C7319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 49.38%
G = 12.16%
B = 38.46%

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

#C7319B (or 0xC7319B) is known color: Medium Red Violet. HEX triplet: C7, 31 and 9B. RGB value is (199,49,155). Sum of RGB (Red+Green+Blue) = 199+49+155=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C7319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7319B is #38CE64. Grayscale: #696969. Windows color (decimal): -3722853 or 10170823. OLE color: 10170823.

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

Color convert

RGB 199 49 155 -
CMYK 0 0.75 0.22 0.22
HSL 317.6º 0.6% 0.49% -
HSV(B) 317.6º 0.75% 0.78% -
XYZ 30.57 16.71 32.62 -
YUV 105.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 199 49 155 0 0.75 0.22 0.22 317.6 0.6 0.49
Hex C7 31 9B 0 4B 16 16 13E 3C 31
Octal 307 61 233 0 113 26 26 476 74 61
Binary 11000111 110001 10011011 0 1001011 10110 10110 100111110 111100 110001

Color Harmonies of #C7319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7319B

Black with #C7319B

Text Example


Text Example

White with #C7319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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