Html Css Color HEX #C7378C Medium Red Violet

📋 copy color: '#C7378C'

red 199 ◦ green 55 ◦ blue 140

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

Shades of Medium Red Violet #C7378C

Tints of Medium Red Violet #C7378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.96%

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 50.51%
G = 13.96%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7378C (or 0xC7378C) is known color: Medium Red Violet. HEX triplet: C7, 37 and 8C. RGB value is (199,55,140). Sum of RGB (Red+Green+Blue) = 199+55+140=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7378C is #38C873. Grayscale: #6B6B6B. Windows color (decimal): -3721332 or 9189319. OLE color: 9189319.

HSL color Cylindrical-coordinate representation of color #C7378C: hue angle of 324.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7378C is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 55 140 -
CMYK 0 0.72 0.30 0.22
HSL 324.58º 0.57% 0.5% -
HSV(B) 324.58º 0.72% 0.78% -
XYZ 29.65 16.77 26.48 -
YUV 107.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 199 55 140 0 0.72 0.30 0.22 324.58 0.57 0.5
Hex C7 37 8C 0 48 1E 16 145 39 32
Octal 307 67 214 0 110 36 26 505 71 62
Binary 11000111 110111 10001100 0 1001000 11110 10110 101000101 111001 110010

Color Harmonies of #C7378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7378C

Black with #C7378C

Text Example


Text Example

White with #C7378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7378C; }

 p { color: rgb(199,55,140); }

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

background-color css

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

 a { background-color: rgb(199,55,140); }

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

border-color css

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

 span { border-color: rgb(199,55,140); }

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