Html Css Color HEX #C7318D Medium Red Violet

📋 copy color: '#C7318D'

red 199 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #C7318D

Tints of Medium Red Violet #C7318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 51.16%
G = 12.6%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7318D (or 0xC7318D) is known color: Medium Red Violet. HEX triplet: C7, 31 and 8D. RGB value is (199,49,141). Sum of RGB (Red+Green+Blue) = 199+49+141=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7318D is #38CE72. Grayscale: #686868. Windows color (decimal): -3722867 or 9253319. OLE color: 9253319.

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

Color convert

RGB 199 49 141 -
CMYK 0 0.75 0.29 0.22
HSL 323.2º 0.6% 0.49% -
HSV(B) 323.2º 0.75% 0.78% -
XYZ 29.46 16.26 26.79 -
YUV 104.34 148.7 195.52 -
System Red Green Blue C M Y K H S L
Decimal 199 49 141 0 0.75 0.29 0.22 323.2 0.6 0.49
Hex C7 31 8D 0 4B 1D 16 143 3C 31
Octal 307 61 215 0 113 35 26 503 74 61
Binary 11000111 110001 10001101 0 1001011 11101 10110 101000011 111100 110001

Color Harmonies of #C7318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7318D

Black with #C7318D

Text Example


Text Example

White with #C7318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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