Html Css Color HEX #C7139A Medium Violet Red

📋 copy color: '#C7139A'

red 199 ◦ green 19 ◦ blue 154

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

Shades of Medium Violet Red #C7139A

Tints of Medium Violet Red #C7139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.4%

R = 53.49%
G = 5.11%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C7139A (or 0xC7139A) is known color: Medium Violet Red. HEX triplet: C7, 13 and 9A. RGB value is (199,19,154). Sum of RGB (Red+Green+Blue) = 199+19+154=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7139A is #38EC65. Grayscale: #575757. Windows color (decimal): -3730534 or 10097607. OLE color: 10097607.

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

Color convert

RGB 199 19 154 -
CMYK 0 0.90 0.23 0.22
HSL 315º 0.83% 0.43% -
HSV(B) 315º 0.9% 0.78% -
XYZ 29.62 14.94 31.89 -
YUV 88.21 165.13 207.02 -
System Red Green Blue C M Y K H S L
Decimal 199 19 154 0 0.90 0.23 0.22 315 0.83 0.43
Hex C7 13 9A 0 5A 17 16 13B 53 2B
Octal 307 23 232 0 132 27 26 473 123 53
Binary 11000111 10011 10011010 0 1011010 10111 10110 100111011 1010011 101011

Color Harmonies of #C7139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7139A

Black with #C7139A

Text Example


Text Example

White with #C7139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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