Html Css Color HEX #C7129E Medium Violet Red

📋 copy color: '#C7129E'

red 199 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #C7129E

Tints of Medium Violet Red #C7129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.8%

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 53.07%
G = 4.8%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C7129E (or 0xC7129E) is known color: Medium Violet Red. HEX triplet: C7, 12 and 9E. RGB value is (199,18,158). Sum of RGB (Red+Green+Blue) = 199+18+158=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7129E is #38ED61. Grayscale: #575757. Windows color (decimal): -3730786 or 10359495. OLE color: 10359495.

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

Color convert

RGB 199 18 158 -
CMYK 0 0.91 0.21 0.22
HSL 313.59º 0.83% 0.43% -
HSV(B) 313.59º 0.91% 0.78% -
XYZ 29.94 15.04 33.67 -
YUV 88.08 167.47 207.12 -
System Red Green Blue C M Y K H S L
Decimal 199 18 158 0 0.91 0.21 0.22 313.59 0.83 0.43
Hex C7 12 9E 0 5B 15 16 13A 53 2B
Octal 307 22 236 0 133 25 26 472 123 53
Binary 11000111 10010 10011110 0 1011011 10101 10110 100111010 1010011 101011

Color Harmonies of #C7129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7129E

Black with #C7129E

Text Example


Text Example

White with #C7129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7129E; }

 p { color: rgb(199,18,158); }

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

background-color css

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

 a { background-color: rgb(199,18,158); }

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

border-color css

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

 span { border-color: rgb(199,18,158); }

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