Html Css Color HEX #C7137C Medium Violet Red

📋 copy color: '#C7137C'

red 199 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #C7137C

Tints of Medium Violet Red #C7137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.56%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 58.19%
G = 5.56%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7137C (or 0xC7137C) is known color: Medium Violet Red. HEX triplet: C7, 13 and 7C. RGB value is (199,19,124). Sum of RGB (Red+Green+Blue) = 199+19+124=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7137C is #38EC83. Grayscale: #545454. Windows color (decimal): -3730564 or 8131527. OLE color: 8131527.

HSL color Cylindrical-coordinate representation of color #C7137C: hue angle of 325º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7137C is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 19 124 -
CMYK 0 0.90 0.38 0.22
HSL 325º 0.83% 0.43% -
HSV(B) 325º 0.9% 0.78% -
XYZ 27.42 14.06 20.34 -
YUV 84.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 199 19 124 0 0.90 0.38 0.22 325 0.83 0.43
Hex C7 13 7C 0 5A 26 16 145 53 2B
Octal 307 23 174 0 132 46 26 505 123 53
Binary 11000111 10011 1111100 0 1011010 100110 10110 101000101 1010011 101011

Color Harmonies of #C7137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7137C

Black with #C7137C

Text Example


Text Example

White with #C7137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7137C; }

 p { color: rgb(199,19,124); }

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

background-color css

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

 a { background-color: rgb(199,19,124); }

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

border-color css

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

 span { border-color: rgb(199,19,124); }

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