Html Css Color HEX #C7377D Medium Red Violet

📋 copy color: '#C7377D'

red 199 ◦ green 55 ◦ blue 125

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

Shades of Medium Red Violet #C7377D

Tints of Medium Red Violet #C7377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 52.51%
G = 14.51%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7377D (or 0xC7377D) is known color: Medium Red Violet. HEX triplet: C7, 37 and 7D. RGB value is (199,55,125). Sum of RGB (Red+Green+Blue) = 199+55+125=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7377D is #38C882. Grayscale: #696969. Windows color (decimal): -3721347 or 8206279. OLE color: 8206279.

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

Color convert

RGB 199 55 125 -
CMYK 0 0.72 0.37 0.22
HSL 330.83º 0.57% 0.5% -
HSV(B) 330.83º 0.72% 0.78% -
XYZ 28.62 16.36 21.05 -
YUV 106.04 138.71 194.31 -
System Red Green Blue C M Y K H S L
Decimal 199 55 125 0 0.72 0.37 0.22 330.83 0.57 0.5
Hex C7 37 7D 0 48 25 16 14B 39 32
Octal 307 67 175 0 110 45 26 513 71 62
Binary 11000111 110111 1111101 0 1001000 100101 10110 101001011 111001 110010

Color Harmonies of #C7377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7377D

Black with #C7377D

Text Example


Text Example

White with #C7377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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